rollback MAPNIK_DECL on exceptions - which breaks linking of python bindings on msvc - refs #1826

This commit is contained in:
Dane Springmeyer 2013-05-15 18:47:46 -07:00
parent 9c66d0ec1d
commit 879225abfb
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ namespace mapnik {
class xml_node;
class MAPNIK_DECL config_error : public std::exception
class config_error : public std::exception
{
public:
config_error(std::string const& what);

View file

@ -30,7 +30,7 @@
namespace mapnik {
class MAPNIK_DECL value_error : public std::exception
class value_error : public std::exception
{
public:
value_error() :