瀏覽代碼

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;
     }