mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:33:14 +02:00
fix ubuntu build error
This commit is contained in:
parent
c358c6ff99
commit
0fa910c61f
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ private:
|
|||
|
||||
Overlays _overlays;
|
||||
|
||||
QPointer<RunningScriptsWidget> _runningScriptsWidget;
|
||||
RunningScriptsWidget* _runningScriptsWidget;
|
||||
QHash<QString, ScriptEngine*> _scriptEnginesHash;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue