summaryrefslogtreecommitdiff
path: root/src/cstore/cpath.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cstore/cpath.hpp')
-rw-r--r--src/cstore/cpath.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cstore/cpath.hpp b/src/cstore/cpath.hpp
index ed26a92..05fe82d 100644
--- a/src/cstore/cpath.hpp
+++ b/src/cstore/cpath.hpp
@@ -65,6 +65,7 @@ public:
const char *back() const {
return (size() > 0 ? _data[size() - 1] : NULL);
};
+ std::string to_string() const { return _data.to_string(); };
private:
struct CpathParams {