fix typo in file name

This commit is contained in:
Jiri Drbalek 2017-05-24 12:04:00 +00:00
parent c7561c1dc9
commit 7590cdabb0
4 changed files with 3 additions and 3 deletions

View file

@ -26,8 +26,8 @@
#include <mapnik/markers_placements/line.hpp>
#include <mapnik/markers_placements/point.hpp>
#include <mapnik/markers_placements/interior.hpp>
#include <mapnik/markers_placements/vertext_first.hpp>
#include <mapnik/markers_placements/vertext_last.hpp>
#include <mapnik/markers_placements/vertex_first.hpp>
#include <mapnik/markers_placements/vertex_last.hpp>
#include <mapnik/symbolizer_enumerations.hpp>
namespace mapnik

View file

@ -3,7 +3,7 @@
#include <mapnik/vertex_adapters.hpp>
#include <mapnik/label_collision_detector.hpp>
#include <mapnik/markers_placements/vertext_last.hpp>
#include <mapnik/markers_placements/vertex_last.hpp>
using namespace mapnik;