summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h
index 3b03cc0d43..a46d79e7c5 100644
--- a/include/value.h
+++ b/include/value.h
@@ -120,7 +120,6 @@ public:
* @sa tag_compound::operator[]
*/
value& operator[](const std::string& key);
- const value& operator[](const std::string& key) const;
std::unique_ptr<tag>& get_ptr();
const std::unique_ptr<tag>& get_ptr() const;