X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fpreferencesthread.h;h=3e440a8ec1c86aab42bcaa0830821779670fc75b;hb=7bb8e93f40c79f5cd5f90189a8f69357f0a389b0;hp=c11d9c5abfe93d7edeaad6fa36c53719a0ef55fc;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git 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;