]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/iterator/iterator_adaptor.hpp
* src/MenuBackend.[Ch]: the specialMenu is now a real menu, not a
[lyx.git] / boost / boost / iterator / iterator_adaptor.hpp
index eabacde25a41fc0faded62ec839ef0f2673ebc8e..457c43965914ed8aa697b27065011b797b37d4e1 100644 (file)
@@ -278,6 +278,8 @@ namespace boost
       {
       }
 
+      typedef Base base_type;
+
       Base const& base() const
         { return m_iterator; }