Adds std namespace to shared_ptr usages in scriptinterface and simulation.

This was SVN commit r25528.
This commit is contained in:
vladislavbelov
2021-05-22 19:30:18 +00:00
parent d9d19543b5
commit b927f163d6
13 changed files with 27 additions and 27 deletions
@@ -54,7 +54,7 @@ public:
JS::PersistentRootedValue msg;
};
CComponentManager::CComponentManager(CSimContext& context, shared_ptr<ScriptContext> cx, bool skipScriptFunctions) :
CComponentManager::CComponentManager(CSimContext& context, std::shared_ptr<ScriptContext> cx, bool skipScriptFunctions) :
m_NextScriptComponentTypeId(CID__LastNative),
m_ScriptInterface("Engine", "Simulation", cx),
m_SimContext(context), m_CurrentlyHotloading(false)