Salome HOME
Fix compilation problem with OCCT 6.7.0
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Trace.hxx
index 096357311934fe4544ebfa523c3428833722d95e..cccd3e303d487cb85455f7e5b7b787af20d3e129 100755 (executable)
@@ -23,7 +23,7 @@
 #include <iostream>
 #include <sstream>
 
-#include "HEXABLOCKGUI_Export.hxx"
+#include "hexa_base.hxx"
 #include "HEXABLOCKGUI_Exception.hxx"
 
 #ifdef _DEVDEBUG_
@@ -34,7 +34,7 @@
 
 namespace HEXABLOCK {
   namespace GUI {
-    extern HEXABLOCKGUI_EXPORT int traceLevel;
+    extern HexaExport int traceLevel;
   }
 }