Removed perhaps unrequired MAPNIK_DECL
This commit is contained in:
parent
0f76580f6e
commit
be9d2ad53c
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ private:
|
|||
} // end ns detail
|
||||
|
||||
template <typename T>
|
||||
class MAPNIK_DECL image
|
||||
class image
|
||||
{
|
||||
public:
|
||||
using pixel = T;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
namespace mapnik {
|
||||
|
||||
template <typename T>
|
||||
class MAPNIK_DECL image_view
|
||||
class image_view
|
||||
{
|
||||
public:
|
||||
using pixel = typename T::pixel;
|
||||
|
|
Loading…
Add table
Reference in a new issue