From ac34eeae473dfa05016bd2c77cefbb57d0bbbce1 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Fri, 1 Apr 2005 14:29:00 +0000 Subject: [PATCH] public typedef to keep gcc3.3.3 happy --- src/style.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/style.hh b/src/style.hh index 5002135ed..4bf4058bf 100644 --- a/src/style.hh +++ b/src/style.hh @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -//$Id: style.hh 60 2004-11-04 09:40:49Z artem $ +//$Id$ #ifndef STYLE_HH #define STYLE_HH @@ -47,11 +47,12 @@ namespace mapnik class Style { - typedef std::vector >::const_iterator Iterator; private: std::vector > symbols_; static ref_ptr zero_symbol_; public: + typedef std::vector >::const_iterator Iterator; + Style() {} Style(const ref_ptr& symbol)