summaryrefslogtreecommitdiffstats
path: root/src/cppc4group.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppc4group.hpp')
-rw-r--r--src/cppc4group.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp
index 03cb868..f11387c 100644
--- a/src/cppc4group.hpp
+++ b/src/cppc4group.hpp
@@ -111,7 +111,7 @@ public:
// the destructor will automatically delete the internal CC4Group, so also no extra method needed
~CppC4Group();
- void create();
+ bool create();
bool openExisting(const std::string& path);
bool openFd(const int fd);
bool openFilePointer(FILE* file);