- Timestamp:
- 04/05/08 21:26:14 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/experimental-pdf/include/mapnik/attribute_collector.hpp
r547 r689 48 48 names_.insert(sym.get_name()); 49 49 } 50 #if ENABLE_PDF 51 void operator () (pdf_shield_symbolizer const &sym) 52 { 53 names_.insert(sym.get_name()); 54 } 55 #endif //ENABLE_PDF 50 56 void operator () (shield_symbolizer const& sym) 51 57 {
