summaryrefslogtreecommitdiff
path: root/apps/X11/VCL/TObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TObject.cpp')
-rw-r--r--apps/X11/VCL/TObject.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/X11/VCL/TObject.cpp b/apps/X11/VCL/TObject.cpp
new file mode 100644
index 0000000..e1ea4c5
--- /dev/null
+++ b/apps/X11/VCL/TObject.cpp
@@ -0,0 +1,7 @@
+#include <TObject.h>
+
+TObject::TObject() {
+}
+
+TObject::~TObject() {
+}