This commit is contained in:
blastmaster 2014-05-01 21:52:49 +02:00
parent f82a7a11b4
commit deb84a05d9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class DynamicObjects
private:
std::string _cleanpath (const char * const path);
std::vector<sicccobject> m_themap;
std::vector<Sicccobject> m_themap;
const Routerin * m_merouterin;
};