summaryrefslogtreecommitdiff
path: root/boost/property_tree/detail/ptree_implementation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/property_tree/detail/ptree_implementation.hpp')
-rw-r--r--boost/property_tree/detail/ptree_implementation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/property_tree/detail/ptree_implementation.hpp b/boost/property_tree/detail/ptree_implementation.hpp
index e1839ffb6d..31d60e3ee2 100644
--- a/boost/property_tree/detail/ptree_implementation.hpp
+++ b/boost/property_tree/detail/ptree_implementation.hpp
@@ -389,7 +389,7 @@ namespace boost { namespace property_tree
template <typename P>
bool operator ()(const P& lhs, const P& rhs) const {
return lhs.first < rhs.first;
- };
+ }
};
}