rename atomic level type name

This commit is contained in:
gabime
2016-04-10 01:43:52 +03:00
parent 974379c9be
commit 083d6c0d2f
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ protected:
std::string _name;
std::vector<sink_ptr> _sinks;
formatter_ptr _formatter;
spdlog::atomic_level _level;
spdlog::level_t _level;
};
}