summaryrefslogtreecommitdiffstats
path: root/src/cppc4group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppc4group.cpp')
-rw-r--r--src/cppc4group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppc4group.cpp b/src/cppc4group.cpp
index 35b589a..d2a2245 100644
--- a/src/cppc4group.cpp
+++ b/src/cppc4group.cpp
@@ -488,7 +488,7 @@ std::optional<CppC4Group> CppC4Group::openAsChild(const std::string& path)
}
}
-bool CppC4Group::isChild()
+bool CppC4Group::isChild() const
{
return cc4group.isChild(p->g);
}