X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbctheme.h;h=3f56d40181f365fc50de37fe557aca26379bdfc1;hp=d36f1ca26ca02820b0f8340377cccc90b8e48b7a;hb=7b05ad287956f8bd00836d9b5fb39f899a5fb641;hpb=515b84f2ec94c9ba4808ef83710e7965c13b5c4f diff --git a/cinelerra-5.1/guicast/bctheme.h b/cinelerra-5.1/guicast/bctheme.h index d36f1ca2..3f56d401 100644 --- a/cinelerra-5.1/guicast/bctheme.h +++ b/cinelerra-5.1/guicast/bctheme.h @@ -50,32 +50,32 @@ public: const char *up_path, const char *hi_path, const char *dn_path, - const char *title = 0); + const char *title); VFrame** new_button4(const char *overlay_path, const char *up_path, const char *hi_path, const char *dn_path, const char *disabled_path, - const char *title = 0); + const char *title); VFrame** new_button(const char *overlay_path, VFrame *up, VFrame *hi, VFrame *dn, - const char *title = 0); + const char *title); VFrame** new_toggle(const char *overlay_path, const char *up_path, const char *hi_path, const char *checked_path, const char *dn_path, const char *checkedhi_path, - const char *title = 0); + const char *title); VFrame** new_toggle(const char *overlay_path, VFrame *up, VFrame *hi, VFrame *checked, VFrame *dn, VFrame *checkedhi, - const char *title = 0); + const char *title); // The two main routines for creating images are new_image_set and new_image.