mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:55:41 +02: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