mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
osx warning fix
This commit is contained in:
parent
9122a33fff
commit
787bb58c1a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
void update(const quint64& now) override;
|
||||
bool needsToCallUpdate() const override { return _webSurface != nullptr; }
|
||||
|
||||
void emitScriptEvent(const QVariant& message);
|
||||
virtual void emitScriptEvent(const QVariant& message) override;
|
||||
void setKeyboardRaised(bool raised);
|
||||
|
||||
SIMPLE_RENDERABLE();
|
||||
|
|
Loading…
Reference in a new issue