Formatting, Doxygen, Renaming

This commit is contained in:
Klaus Basan
2014-01-25 01:56:37 +01:00
parent dd3803f9a9
commit ee5336e308
3 changed files with 13 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ namespace BlackCore
/*
* Init this context
*/
CContextSettings::CContextSettings(CCoreRuntime *parent) : IContextSettings(parent), m_settingsNetwork()
CContextSettings::CContextSettings(CCoreRuntime *runtime) : IContextSettings(runtime), m_settingsNetwork()
{
// create some dummy settings
// this would actually be reading the settings from disk ..