r877: Fix files that were missing from a make dist tarball.
[cinelerra_cv.git] / guicast / testobject.C
blob64578088e0ebf37771b50a6c958d429f98852ceb
1 #include "testobject.h"
3 TestObject::TestObject(char *text)
5         printf("TestObject() %s\n", text);
8 TestObject::~TestObject()
10         printf("~TestObject()\n");