summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2012-04-23 23:16:22 (GMT)
committerClifford Wolf <clifford@clifford.at>2012-04-23 23:16:22 (GMT)
commitdde401cadb499b272c1a2fe992e48c354bc5e5cf (patch)
treeab9439365e9faf5f997b8b955f94b203b5f9bfb7 /src/mainwin.cc
parentbc15e944da6a5670b81cb6edfaf44a7493c630fa (diff)
Fixed build for old OpenCSG versions (no OPENCSG_VERSION_STRING)
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index bb0f90d..90e5f61 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -95,6 +95,10 @@
#endif // ENABLE_CGAL
+#ifndef OPENCSG_VERSION_STRING
+#define OPENCSG_VERSION_STRING "unknown, <1.3.2"
+#endif
+
// Global application state
unsigned int GuiLocker::gui_locked = 0;
contact: Jan Huwald // Impressum