0024943: Port MFC samples to UNICODE for compatibility with VS2013
[occt.git] / samples / mfc / standard / 02_Modeling / src / ModelingApp.cpp
index caa38d7..d6b02f2 100755 (executable)
@@ -18,7 +18,7 @@
 CModelingApp::CModelingApp() : OCC_App()
 {
   SampleName = "Modeling"; //for about dialog
-  SetSamplePath ("..\\..\\02_Modeling");
+  SetSamplePath (L"..\\..\\02_Modeling");
 }
 
 /////////////////////////////////////////////////////////////////////////////