summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-13 22:49:51 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-14 00:24:46 +0000
commit97ce603137dace8e85fe72975644c220d7fa9ae8 (patch)
tree41828939af011b0af8241e4bacf195d34035344e /src/lib/content.h
parent66ce3b83877b3d7b95f6cd424fc9516e0bf79aa9 (diff)
Fix crash when unsetting forced video frame rates in the timing panel.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index f0a2d0bdb..836a3bd77 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -166,6 +166,7 @@ public:
}
void set_video_frame_rate (double r);
+ void unset_video_frame_rate ();
double active_video_frame_rate () const;