فهرست منبع

added missing const to GetWindowTitle

bunnei 12 سال پیش
والد
کامیت
7b3cde1f3a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/common/emu_window.h

+ 1 - 1
src/common/emu_window.h

@@ -55,7 +55,7 @@ public:
         m_client_area_height = val;
     }
 
-    std::string GetWindowTitle() { 
+    std::string GetWindowTitle() const { 
         return m_window_title;
     }