refs #697 BlackMisc settings renamed and reorganized.

This commit is contained in:
Mathew Sutcliffe
2016-08-03 02:08:53 +01:00
parent e7c9d3b62f
commit 8275b0d9bf
28 changed files with 902 additions and 926 deletions

View File

@@ -99,7 +99,7 @@ namespace BlackGui
};
//! Trait for settings for navigator
struct TNavigator : public BlackMisc::CSettingTrait<CNavigatorSettings>
struct TNavigator : public BlackMisc::TSettingTrait<CNavigatorSettings>
{
//! Key in data cache
static const char *key() { return "guinavigator"; }