mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 05:32:46 +02:00
Add missing override
This commit is contained in:
parent
890f8e0bc2
commit
2960cc0284
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public: // ScriptValue implementation
|
|||
const ScriptValue::ResolveFlags& mode = ScriptValue::ResolvePrototype) const override;
|
||||
virtual void setData(const ScriptValue& val) override;
|
||||
|
||||
virtual bool hasProperty(const QString &name) const;
|
||||
virtual bool hasProperty(const QString &name) const override;
|
||||
|
||||
virtual void setProperty(const QString& name,
|
||||
const ScriptValue& value,
|
||||
|
|
Loading…
Reference in a new issue