fix include guard
This commit is contained in:
parent
067fdb884d
commit
6c02f67a42
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
//$Id$
|
//$Id$
|
||||||
|
|
||||||
#ifndef POLYGON_PATTERN_SYMBOLIZER_HPP
|
#ifndef POLYGON_PATTERN_SYMBOLIZER_HPP
|
||||||
#define MAPNIK_POLYGON_PATTERN_SYMBOLIZER_HPP
|
#define POLYGON_PATTERN_SYMBOLIZER_HPP
|
||||||
|
|
||||||
// mapnik
|
// mapnik
|
||||||
#include <mapnik/symbolizer.hpp>
|
#include <mapnik/symbolizer.hpp>
|
||||||
|
@ -38,4 +38,4 @@ struct MAPNIK_DECL polygon_pattern_symbolizer :
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //MAPNIK_POLYGON_PATTERN_SYMBOLIZER_HPP
|
#endif //POLYGON_PATTERN_SYMBOLIZER_HPP
|
||||||
|
|
Loading…
Reference in a new issue