mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Adds std namespace to shared_ptr usages in scriptinterface and simulation.
This was SVN commit r25528.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user