From 5021c97e31ef8bb7cf40471e3fa98b451097451b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 19 Feb 2016 19:11:33 +0100 Subject: Rename some functions to match overall naming scheme --- src/utility/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utility/io.h') diff --git a/src/utility/io.h b/src/utility/io.h index 1015ddb..363c458 100644 --- a/src/utility/io.h +++ b/src/utility/io.h @@ -10,7 +10,7 @@ class FileDescriptorGuard { FileDescriptorGuard(const std::string& path); ~FileDescriptorGuard(); - operator int(); + operator int() const; private: int fd_; -- cgit v1.2.3