prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / cinelerra / channeledit.h
index 4a2f2f3955d73b56ff52b0b29e306fb05568c295..2d88ad8b281c1761a5b007b1a2e2345b20cbe746 100644 (file)
@@ -210,6 +210,7 @@ class ConfirmScanThread : public BC_DialogThread
 {
 public:
        ConfirmScanThread(ChannelEditWindow *gui);
+       ~ConfirmScanThread();
        void handle_done_event(int result);
        BC_Window* new_gui();
        ChannelEditWindow *gui;