]> Creatis software - creaMaracasVisu.git/commitdiff
char [] vs wxString
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 15 Oct 2009 15:00:00 +0000 (15:00 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 15 Oct 2009 15:00:00 +0000 (15:00 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasRendererView.h

index 7be98884be86f5248e2373619b1aca37f0799815..02913129ee4436144450d382a384efca5ba54b31 100644 (file)
@@ -49,7 +49,7 @@ public:
 
        void onLoadImageFile();
 
-       void addPanels(wxString filename, wxString dataname = "");
+       void addPanels(wxString filename, wxString dataname = _T(""));
 
        std::string getPath();