]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
inspector headers are placed in 'inc/inspector'
authornds <nds@opencascade.com>
Wed, 15 Nov 2017 15:42:30 +0000 (18:42 +0300)
committernds <nds@opencascade.com>
Wed, 15 Nov 2017 15:42:59 +0000 (18:42 +0300)
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_SelectionMgr.cpp
src/XGUI/XGUI_Workshop.cpp

index eb2b6bbc7dd0c82ed90391fe41cce9ffff6d72da..9612452007b84038bfce8bec51f01a0824c51f4f 100644 (file)
@@ -74,7 +74,7 @@
 #include <TColStd_MapIteratorOfMapOfTransient.hxx>
 
 #ifdef TINSPECTOR
-#include <VInspectorAPI_CallBack.hxx>
+#include <inspector/VInspectorAPI_CallBack.hxx>
 #endif
 
 #include <Events_Loop.h>
index f91a1b39106e9dcca9fa07f691d04ab18962ce09..eebb23d221e1983816e69be758bfcede126ac176 100755 (executable)
@@ -46,7 +46,7 @@
 #include <SelectMgr_ListIteratorOfListOfFilter.hxx>
 
 #ifdef TINSPECTOR
-#include <VInspectorAPI_CallBack.hxx>
+#include <inspector/VInspectorAPI_CallBack.hxx>
 #endif
 
 XGUI_SelectionMgr::XGUI_SelectionMgr(XGUI_Workshop* theParent)
index 56f264361ea8e8903f10343c8b43333525e27f7f..1e7e18aba3c1fa9a8fd4c90d8bdab0dcf0f968dc 100755 (executable)
 #ifdef TINSPECTOR
 #include <CDF_Session.hxx>
 #include <CDF_Application.hxx>
-#include <TInspector_Communicator.hxx>
-#include <VInspector_CallBack.hxx>
+#include <inspector/TInspector_Communicator.hxx>
+#include <inspector/VInspector_CallBack.hxx>
 static TInspector_Communicator* MyTCommunicator;
 static Handle(VInspector_CallBack) MyVCallBack;