Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / guicast / testobject.C
blob26216af29117b04d5cedfb2f44989930acf16172
1 #include "testobject.h"
3 TestObject::TestObject(char *text)
5         printf("TestObject() %s\n", text);
8 TestObject::~TestObject()
10         printf("~TestObject()\n");
14 //      Local Variables:
15 //      mode: C++
16 //      c-file-style: "linux"
17 //      End: