AutoExecConfig: Adjust few things

This commit is contained in:
Arkshine
2015-07-20 11:19:28 +02:00
parent 78b1154b8d
commit 5b8bbddbc1
4 changed files with 20 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ public:
bool m_Debug;
cell* m_pNullStringOfs;
cell* m_pNullVectorOfs;
ke::Vector<AutoConfig*> m_configs;
ke::Vector<ke::AutoPtr<AutoConfig>> m_configs;
public:
inline const char* getName() { return name.chars();}
inline const char* getVersion() { return version.chars();}