X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fpreferencesthread.h;h=3e440a8ec1c86aab42bcaa0830821779670fc75b;hp=c11d9c5abfe93d7edeaad6fa36c53719a0ef55fc;hb=3564c71f425f390745eb7c75d5121689d53e14c2;hpb=a2adb92f17159c0399504ab4b18acb1d94122077 diff --git a/cinelerra-5.0/cinelerra/preferencesthread.h b/cinelerra-5.0/cinelerra/preferencesthread.h index c11d9c5a..3e440a8e 100644 --- a/cinelerra-5.0/cinelerra/preferencesthread.h +++ b/cinelerra-5.0/cinelerra/preferencesthread.h @@ -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;