One more fix of the preceding commit.

This commit is contained in:
bubnikv 2017-10-17 17:48:04 +02:00
parent 38aca5047f
commit 67ce4d862b
2 changed files with 5 additions and 5 deletions

View file

@ -265,7 +265,7 @@ private: \
} \
} \
/* Cache object holding a key/option map, a list of option keys and a copy of this static config initialized with the defaults. */ \
static StaticCache<CLASS_NAME> s_cache_##CLASS_NAME;
static StaticPrintConfig::StaticCache<CLASS_NAME> s_cache_##CLASS_NAME;
#define STATIC_PRINT_CONFIG_CACHE(CLASS_NAME) \
STATIC_PRINT_CONFIG_CACHE_BASE(CLASS_NAME) \