0024943: Port MFC samples to UNICODE for compatibility with VS2013
[occt.git] / samples / mfc / standard / 09_Animation / src / AnimationApp.cpp
index 14cfb7a..ab4c1c3 100755 (executable)
@@ -26,7 +26,7 @@ END_MESSAGE_MAP()
 CAnimationApp::CAnimationApp() : OCC_App()
 {
   SampleName = "Animation"; //for about dialog
-  SetSamplePath ("..\\..\\09_Animation");
+  SetSamplePath (L"..\\..\\09_Animation");
 }
 
 /////////////////////////////////////////////////////////////////////////////