fixed gcc pedantic warnings

This commit is contained in:
gabime
2014-11-24 01:38:29 +02:00
parent 4cb6aa90b2
commit 6cda714e4a
3 changed files with 6 additions and 6 deletions

View File

@@ -57,8 +57,8 @@ protected:
void _stop() override;
private:
log_clock::duration _shutdown_duration;
std::unique_ptr<sinks::async_sink> _as;
log_clock::duration _shutdown_duration;
};
}