This commit is contained in:
gabime
2016-05-15 01:49:15 +03:00
parent 9a9e9aace9
commit 38c0ee018b
4 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
namespace spdlog
{
namespace sinks
{
{
/*
* Trivial file sink with single file as target
*/
@@ -108,7 +108,7 @@ private:
void _rotate()
{
using details::os::filename_to_str;
using details::os::filename_to_str;
_file_helper.close();
for (auto i = _max_files; i > 0; --i)
{