summaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-05-21 15:16:41 +0200
committerGitHub <noreply@github.com>2019-05-21 15:16:41 +0200
commit26e0cc7aa36de99ad2f915388cd57bd94df4b66e (patch)
treee066cae5309b5d15bfc7c9be630c0b9e8cf1b03d /platform/x11/os_x11.h
parente3ead06c1d16cc1e7a0b4bd0434605cfa4f2eb3f (diff)
parentf78baa5f936cce8cff7359131a1e082cf6300c8b (diff)
Merge pull request #29041 from hbina/add_const
add const to methods that return literals
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r--platform/x11/os_x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h
index a54851d4e7..ad35cdb4f9 100644
--- a/platform/x11/os_x11.h
+++ b/platform/x11/os_x11.h
@@ -216,7 +216,7 @@ protected:
bool is_window_maximize_allowed();
public:
- virtual String get_name();
+ virtual String get_name() const;
virtual void set_cursor_shape(CursorShape p_shape);
virtual CursorShape get_cursor_shape() const;