X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.h;fp=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.h;h=5309b22adcc1bc7ee49a60fe90107efe9373d9d8;hp=98f1400c319737c8247cca448e8849eeb450f1f5;hb=0c4a2483761f458447fc3fa451bf1271caa75df5;hpb=5ec378f09aeeb646705fdb8035b39a186374fba0 diff --git a/cinelerra-5.1/cinelerra/preferencesthread.h b/cinelerra-5.1/cinelerra/preferencesthread.h index 98f1400c..5309b22a 100644 --- a/cinelerra-5.1/cinelerra/preferencesthread.h +++ b/cinelerra-5.1/cinelerra/preferencesthread.h @@ -61,8 +61,6 @@ public: int text_to_category(const char *category); const char *busy(); - void confirm_update(const char *reason, int close); - PreferencesConfirmDialog *confirm_dialog; int current_dialog; int thread_running; @@ -127,15 +125,15 @@ public: int set_current_dialog(int number); int update_framerate(); void update_rates(); + void confirm_update(const char *reason, int close); void show_dialog() { dialog->show_window(0); } MWindow *mwindow; PreferencesThread *thread; ArrayList categories; PreferencesCategory *category; PreferencesButton *category_button[CATEGORIES]; - -private: PreferencesDialog *dialog; + PreferencesConfirmDialog *confirm_dialog; }; class PreferencesButton : public BC_GenericButton