fixup more enums as done in r1893

This commit is contained in:
Dane Springmeyer 2010-06-19 05:27:11 +00:00
parent 78bdcf67ef
commit 36a8e19ad4
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,8 @@ static const char * angle_mode_strings[] = {
"trigonometric",
""
};
IMPLEMENT_ENUM( mapnik::angle_mode_e, angle_mode_strings );
IMPLEMENT_ENUM( angle_mode_e, angle_mode_strings );
text_path_ptr glyph_symbolizer::get_text_path(face_set_ptr const& faces,
Feature const& feature) const

View File

@ -45,7 +45,7 @@ static const char * aspect_fix_mode_strings[] = {
""
};
IMPLEMENT_ENUM( mapnik::aspect_fix_mode_e, aspect_fix_mode_strings );
IMPLEMENT_ENUM( aspect_fix_mode_e, aspect_fix_mode_strings );
Map::Map()
: width_(400),

View File

@ -58,7 +58,7 @@ static const char * horizontal_alignment_strings[] = {
};
IMPLEMENT_ENUM(horizontal_alignment_e, horizontal_alignment_strings );
IMPLEMENT_ENUM( horizontal_alignment_e, horizontal_alignment_strings );
static const char * justify_alignment_strings[] = {
"left",