]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/newgrid/griddemo.h
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / samples / newgrid / griddemo.h
index d10a53a2f30cfe100cc05cf4ebf98323ff513e60..bdbaf2db7762c0eeac0db8a64a9842abcc69fa49 100644 (file)
@@ -177,7 +177,7 @@ public:
     int GetNumberCols() { return m_sizeGrid; }
     wxString GetValue( int row, int col )
     {
-        return wxString::Format("(%d, %d)", row, col);
+        return wxString::Format(wxT("(%d, %d)"), row, col);
     }
 
     void SetValue( int , int , const wxString&  ) { /* ignore */ }