diff options
Diffstat (limited to 'platform/haiku/os_haiku.h')
-rw-r--r-- | platform/haiku/os_haiku.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/haiku/os_haiku.h b/platform/haiku/os_haiku.h index 6ab006843a..e1d4cf8d87 100644 --- a/platform/haiku/os_haiku.h +++ b/platform/haiku/os_haiku.h @@ -74,7 +74,7 @@ public: OS_Haiku(); void run(); - virtual String get_name(); + virtual String get_name() const; virtual MainLoop *get_main_loop() const; |