Changeset 685 for branches/stable/0.5/include/mapnik/unicode.hpp
- Timestamp:
- 03/31/08 11:53:54 (8 months ago)
- Files:
-
- 1 modified
-
branches/stable/0.5/include/mapnik/unicode.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/0.5/include/mapnik/unicode.hpp
r578 r685 29 29 } 30 30 31 #include <mapnik/config.hpp> 31 32 #include <boost/utility.hpp> 33 #include <string> 32 34 33 35 namespace mapnik { 34 class transcoder : private boost::noncopyable36 class MAPNIK_DECL transcoder : private boost::noncopyable 35 37 { 36 38 public:
