]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
More wxChar conversion
[wxWidgets.git] / include / wx / msw / app.h
index c5cbcfcd066a5747e5829d7fc4c045c4907a0f7f..85a0e6cd34f64734aafd3daa6aef0f5f78c4414f 100644 (file)
@@ -78,8 +78,8 @@ class WXDLLEXPORT wxApp: public wxEvtHandler
   inline void SetExitOnFrameDelete(bool flag) { m_exitOnFrameDelete = flag; }
   inline bool GetExitOnFrameDelete() const { return m_exitOnFrameDelete; }
 
-  inline wxString GetAppName() const {
-      if (m_appName != "")
+  inline const wxString& GetAppName() const {
+      if (m_appName != _T(""))
         return m_appName;
       else return m_className;
     }