summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-07-03 16:51:34 +0200
committerljfa-ag <ljfa-ag@web.de>2015-07-03 16:51:34 +0200
commitb64e3db8d02ba4668a3175163fe438c57cff16e4 (patch)
tree9ff72a1d683cf33f34edbb2568c68dce978e575c /include
parent33c26a33d1cf30f36c1d9c641f6ffc4dd77a5861 (diff)
downloadProject-Tick-b64e3db8d02ba4668a3175163fe438c57cff16e4.tar.gz
Project-Tick-b64e3db8d02ba4668a3175163fe438c57cff16e4.zip
Implement at and operator[] for value
Diffstat (limited to 'include')
-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;