Explorar el Código

added missing const to GetWindowTitle

bunnei hace 12 años
padre
commit
7b3cde1f3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }