X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbctoggle.h;h=c0b37561001ef9c7a363aa7837dd406d226783f6;hb=f5725c7e12def18fec49a295dad688652edaa4b3;hp=609791302289ecf980b8842df0991a5e8b76b3b2;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bctoggle.h b/cinelerra-5.1/guicast/bctoggle.h index 60979130..c0b37561 100644 --- a/cinelerra-5.1/guicast/bctoggle.h +++ b/cinelerra-5.1/guicast/bctoggle.h @@ -146,7 +146,7 @@ public: static int calculate_h(BC_WindowBase *gui, int font=MEDIUMFONT); static void calculate_extents(BC_WindowBase *gui, int *w, int *h, - const char *caption="", int font=MEDIUMFONT); + const char *caption=0, int font=MEDIUMFONT); int *value; };