Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / guicast / errorbox.h
blobd7e9166882f16679812497226ddd8b98dcc759f4
1 #ifndef ERRORBOX_H
2 #define ERRORBOX_H
4 #include "guicast.h"
6 class ErrorBox : public BC_Window
8 public:
9 ErrorBox(char *title,
10 int x = (int)BC_INFINITY,
11 int y = (int)BC_INFINITY,
12 int w = 400,
13 int h = 120);
14 virtual ~ErrorBox();
16 int create_objects(char *text);
19 #endif