This commit is contained in:
gabime
2014-12-20 19:00:34 +02:00
4 changed files with 15 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public:
explicit file_helper(bool auto_flush):
_fd(nullptr),
_auto_flush(auto_flush)
{};
{}
file_helper(const file_helper&) = delete;
file_helper& operator=(const file_helper&) = delete;