X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpatchgui.h;h=da415bb94bd8411e00bf2b913d922c6d2110e10b;hb=02595181cff2bce97eb19634bc3855778cb8c3b6;hp=126b06661a0113d473d698c9e012bd1fed6628ba;hpb=0513350234a8dcd08e5a0117d5121724ef7b76b6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/patchgui.h b/cinelerra-5.1/cinelerra/patchgui.h index 126b0666..da415bb9 100644 --- a/cinelerra-5.1/cinelerra/patchgui.h +++ b/cinelerra-5.1/cinelerra/patchgui.h @@ -115,6 +115,7 @@ class TitlePatch : public BC_TextBox public: TitlePatch(MWindow *mwindow, PatchGUI *patch, int x, int y); int handle_event(); + void update(const char *text); MWindow *mwindow; PatchGUI *patch; };