Salome HOME
Fix compilation problem with OCCT 6.7.0
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Trace.hxx
index cb929f85c016112ba190900a48fa5cfbb2c2dc54..cccd3e303d487cb85455f7e5b7b787af20d3e129 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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;
   }
 }