From 9064a063b26270f4f20e44002c7dd80343fdde34 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 12 Dec 2011 17:46:33 +0000 Subject: [PATCH] merging current boost/python and libs/python from trunk into release branch [SVN r75919] --- include/boost/python/slice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/slice.hpp b/include/boost/python/slice.hpp index 4fc62418..19f316a1 100644 --- a/include/boost/python/slice.hpp +++ b/include/boost/python/slice.hpp @@ -248,7 +248,7 @@ class slice : public detail::slice_base get_indicies( const RandomAccessIterator& begin, const RandomAccessIterator& end) const { - get_indices(begin, end); + return get_indices(begin, end); } public: