X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fsvg%2Fsvgwin.h;h=136a3ef78527f31af11565e0737c7c3489febba0;hp=1e91af4ce1e020c92c9b58257438c66c22d9d5f0;hb=bd0694fcee6080ec61e243ac6f278be5a48d564b;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb diff --git a/cinelerra-5.1/plugins/svg/svgwin.h b/cinelerra-5.1/plugins/svg/svgwin.h index 1e91af4c..136a3ef7 100644 --- a/cinelerra-5.1/plugins/svg/svgwin.h +++ b/cinelerra-5.1/plugins/svg/svgwin.h @@ -82,11 +82,14 @@ class NewSvgButton : public BC_GenericButton, public Thread { public: NewSvgButton(SvgMain *client, SvgWin *window, int x, int y); + ~NewSvgButton(); int handle_event(); void run(); + void stop(); SvgMain *client; SvgWin *window; + NewSvgWindow *new_window; }; class EditSvgButton : public BC_GenericButton, public Thread