mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
style and memory leak fixes
This commit is contained in:
parent
e2d7431456
commit
92efc1a3b5
2 changed files with 12 additions and 11 deletions
|
@ -12,5 +12,6 @@
|
|||
#include "AgentScriptingInterface.h"
|
||||
|
||||
AgentScriptingInterface::AgentScriptingInterface(Agent* agent) :
|
||||
QObject(agent),
|
||||
_agent(agent)
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue