fix linking with msvc by declaring text_placements

This commit is contained in:
Dane Springmeyer 2012-02-23 11:47:45 -08:00
parent 6db1ba176b
commit 02eb9067e0

View file

@ -24,6 +24,7 @@
#define PLACEMENTS_BASE_HPP
// mapnik
#include <mapnik/config.hpp>
#include <mapnik/text_properties.hpp>
#include <mapnik/formatting/base.hpp>
#include <mapnik/text_path.hpp> //TODO: Remove this again after text_placement_info::placements is moved to a better place.
@ -35,7 +36,7 @@ namespace mapnik
{
typedef std::pair<double,double> dimension_type;
class text_placements;
class MAPNIK_DECL text_placements;
/** Generate a possible placement and store results of placement_finder.
* This placement has first to be tested by placement_finder to verify it
* can actually be used.