MAPNIK_DECL font_feature_settings

This commit is contained in:
Dane Springmeyer 2014-10-12 22:00:25 -07:00
parent 885a98f9c1
commit 6b1c4d00e5

View file

@ -23,6 +23,9 @@
#ifndef MAPNIK_FONT_FEATURE_SETTINGS_HPP #ifndef MAPNIK_FONT_FEATURE_SETTINGS_HPP
#define MAPNIK_FONT_FEATURE_SETTINGS_HPP #define MAPNIK_FONT_FEATURE_SETTINGS_HPP
// mapnik
#include <mapnik/config.hpp>
// stl // stl
#include <vector> #include <vector>
#include <memory> #include <memory>
@ -35,7 +38,7 @@
namespace mapnik namespace mapnik
{ {
class font_feature_settings class MAPNIK_DECL font_feature_settings
{ {
public: public:
using font_feature = hb_feature_t; using font_feature = hb_feature_t;