diff options
Diffstat (limited to 'src/Store.cpp')
-rw-r--r-- | src/Store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Store.cpp b/src/Store.cpp index 560c2de9..f3eac729 100644 --- a/src/Store.cpp +++ b/src/Store.cpp @@ -118,7 +118,7 @@ Store::rename(const iterator top, const Raul::Path& new_path) unsigned Store::child_name_offset(const Raul::Path& parent, const Raul::Symbol& symbol, - bool allow_zero) + bool allow_zero) const { unsigned offset = 0; |