]> Creatis software - crea.git/blobdiff - src/creaWx.h
#3169 creaFeature New Normal - branch vtk7itk4wx3-mxecc
[crea.git] / src / creaWx.h
index c97e10fb0dc35f66f337668c925a447072924ee3..c758f90e2466634d1459720b0dce02288ad33c00 100644 (file)
@@ -70,7 +70,7 @@ typedef void wxWindow;
   int main(int argc, char* argv[])                                     \
   {                                                                    \
     return WinMain(::GetModuleHandle(NULL), NULL,                      \
-                  ::GetCommandLine(), SW_SHOWNORMAL);                  \
+                  (char*)::GetCommandLine(), SW_SHOWNORMAL);           \
   }                                                                    
 
 #else // defined(_WIN32)