X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Ferrorbox.h;h=96efa72e08fa583771ac62a9763af0eda81a913a;hb=d684013dedfefefcb8ca4bbea527382c91521532;hp=578a3db1dd71241c449b2f650b3d756caed70979;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git 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