X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Ferrorbox.h;h=96efa72e08fa583771ac62a9763af0eda81a913a;hp=578a3db1dd71241c449b2f650b3d756caed70979;hb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da;hpb=6853a2c0b04cc5ff4e87a2022c914227f925cb7f diff --git a/cinelerra-5.1/guicast/errorbox.h b/cinelerra-5.1/guicast/errorbox.h index 578a3db1..96efa72e 100644 --- a/cinelerra-5.1/guicast/errorbox.h +++ b/cinelerra-5.1/guicast/errorbox.h @@ -34,7 +34,7 @@ public: int h = 120); virtual ~ErrorBox(); - int create_objects(const char *text); + void create_objects(const char *text); }; #endif