mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +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;
|
void update(const quint64& now) override;
|
||||||
bool needsToCallUpdate() const override { return _webSurface != nullptr; }
|
bool needsToCallUpdate() const override { return _webSurface != nullptr; }
|
||||||
|
|
||||||
void emitScriptEvent(const QVariant& message);
|
virtual void emitScriptEvent(const QVariant& message) override;
|
||||||
void setKeyboardRaised(bool raised);
|
void setKeyboardRaised(bool raised);
|
||||||
|
|
||||||
SIMPLE_RENDERABLE();
|
SIMPLE_RENDERABLE();
|
||||||
|
|
Loading…
Reference in a new issue