]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
Ensure CLITK_EXPERIMENTAL is defined
[clitk.git] / vv / vvMainWindow.cxx
index 9d29824c3abc473bdf860008032c581dd97643df..3da4be743f0049b838b35193b49c03e0115f9e4b 100644 (file)
@@ -378,6 +378,9 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
   vvToolManager::GetInstance()->InsertToolsInMenu(this);
   vvToolManager::GetInstance()->EnableToolsInMenu(this, false);
 
+#ifndef CLITK_EXPERIMENTAL
+#define CLITK_EXPERIMENTAL 0
+#endif
   if (!CLITK_EXPERIMENTAL)
     menuExperimental->menuAction()->setVisible(false);