insufficient attempt to drop references to a shadow MIDI port
[ardour.git] / gtk2_ardour / timers.h
index 8854571f5b38a897cf07dba9222a415ac5d2f592..28e88e4b4f12965289a6448d0ce3ab6d15b3dd06 100644 (file)
@@ -37,6 +37,12 @@ void set_fps_interval(unsigned int interval);
 
 sigc::connection fps_connect(const sigc::slot<void>& slot);
 
+class TimerSuspender {
+       public:
+               TimerSuspender ();
+               ~TimerSuspender ();
+};
+
 };
 
 #endif // TIMERS_H