add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / guicast / errorbox.h
index 578a3db1dd71241c449b2f650b3d756caed70979..96efa72e08fa583771ac62a9763af0eda81a913a 100644 (file)
@@ -34,7 +34,7 @@ public:
                int h = 120);
        virtual ~ErrorBox();
 
-       int create_objects(const char *text);
+       void create_objects(const char *text);
 };
 
 #endif