0031431: Visualization, PrsMgr_PresentableObject - simplify HLR computing interface
[occt.git] / samples / mfc / standard / 04_Viewer3d / src / Viewer3dApp.cpp
index b2a025f..36834f8 100755 (executable)
@@ -26,9 +26,10 @@ END_MESSAGE_MAP()
 /////////////////////////////////////////////////////////////////////////////
 // CViewer3dApp construction
 
-CViewer3dApp::CViewer3dApp()
+CViewer3dApp::CViewer3dApp() : OCC_App()
 {
-       SampleName = "Viewer3d";        //for about dialog
+  SampleName = "Viewer3d"; //for about dialog
+  SetSamplePath (L"..\\..\\03_Viewer3d");
 }
 
 /////////////////////////////////////////////////////////////////////////////