Parcourir la source

added missing const to GetWindowTitle

bunnei il y a 12 ans
Parent
commit
7b3cde1f3a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
     }