improve ffmpeg format selection popup menu, more ffmpeg audio fixes
[goodguy/history.git] / cinelerra-5.0 / cinelerra / preferencesthread.h
index c11d9c5abfe93d7edeaad6fa36c53719a0ef55fc..3e440a8ec1c86aab42bcaa0830821779670fc75b 100644 (file)
@@ -98,7 +98,7 @@ public:
        virtual int draw_framerate(int flush) { return 0; }
 // update rendering rates
        virtual void update_rates() {} 
-       virtual void show_window(int flush) { BC_SubWindow::show_window(flush); }
+       virtual int show_window(int flush) { return BC_SubWindow::show_window(flush); }
 
        PreferencesWindow *pwindow;
        MWindow *mwindow;