This commit is contained in:
Dane Springmeyer 2013-01-04 00:21:22 -08:00
parent 48603669f6
commit dc8a5cc23a
2 changed files with 3 additions and 4 deletions

View file

@ -24,6 +24,7 @@
// mapnik
#include <mapnik/color.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/font_set.hpp>
#include <mapnik/enumeration.hpp>
#include <mapnik/expression.hpp>
@ -133,7 +134,7 @@ struct text_symbolizer_properties
/** Takes a feature and produces formated text as output.
* The output object has to be created by the caller and passed in for thread safety.
*/
void process(processed_text &output, Feature const& feature) const;
void process(processed_text &output, feature_impl const& feature) const;
/** Automatically create processing instructions for a single expression. */
void set_old_style_expression(expression_ptr expr);
/** Sets new format tree. */

View file

@ -24,13 +24,11 @@
#define CONTAINER_ADAPTER_HPP
// mapnik
#include <mapnik/global.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/util/path_iterator.hpp>
// boost
#include <boost/tuple/tuple.hpp>
#include <boost/spirit/include/karma.hpp>
#include <boost/spirit/home/support/container.hpp>
namespace boost { namespace spirit { namespace traits {