diff options
Diffstat (limited to 'source/frontend/StarChat.hpp')
-rw-r--r-- | source/frontend/StarChat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarChat.hpp b/source/frontend/StarChat.hpp index e88a797..7d9d127 100644 --- a/source/frontend/StarChat.hpp +++ b/source/frontend/StarChat.hpp @@ -26,7 +26,7 @@ public: virtual void renderImpl() override; virtual void hide() override; - virtual void update() override; + virtual void update(float dt) override; void addLine(String const& text, bool showPane = true); void addMessages(List<ChatReceivedMessage> const& messages, bool showPane = true); |