[Libreoffice-commits] .: tools/inc
Lubos Lunak
llunak at kemper.freedesktop.org
Wed Aug 8 07:36:55 PDT 2012
tools/inc/tools/ref.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 320117aba7061de0b062f8894d8685a073b0c6bd
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Wed Aug 8 16:33:34 2012 +0200
adding missing typename
Change-Id: I2bc828cdb636e84257311135ce7204bc6500ba5d
diff --git a/tools/inc/tools/ref.hxx b/tools/inc/tools/ref.hxx
index 5e33c79..0154e3e 100644
--- a/tools/inc/tools/ref.hxx
+++ b/tools/inc/tools/ref.hxx
@@ -113,11 +113,11 @@ public:
using base_t::operator[];
using base_t::begin;
using base_t::end;
- using base_t::iterator;
- using base_t::const_iterator;
+ using typename base_t::iterator;
+ using typename base_t::const_iterator;
using base_t::rbegin;
using base_t::rend;
- using base_t::reverse_iterator;
+ using typename base_t::reverse_iterator;
using base_t::empty;
inline ~SvRefMemberList() { clear(); }
More information about the Libreoffice-commits
mailing list