Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / guicast / testobject.h
blob491aac0eaacef10bf7ea7fd33cc439acacf3e229
1 #ifndef TESTOBJECT_H
2 #define TESTOBJECT_H
4 #include <stdio.h>
6 class TestObject
8 public:
9 TestObject(char *text = "TestObject");
10 ~TestObject();
16 #endif