osx warning fix

This commit is contained in:
Anthony J. Thibault 2016-09-02 17:22:13 -07:00
parent 9122a33fff
commit 787bb58c1a

View file

@ -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();