Removed close() from sink to have RAII semantics

This commit is contained in:
gabi
2014-11-05 23:07:20 +02:00
parent 03d9abe8e2
commit 58688d7d1c
12 changed files with 12 additions and 42 deletions

View File

@@ -29,7 +29,7 @@
#include "spdlog/spdlog.h"
int main(int, char* [])
int maina(int, char* [])
{
namespace spd = spdlog;