rollback MAPNIK_DECL on exceptions - which breaks linking of python bindings on msvc - refs #1826
This commit is contained in:
parent
9c66d0ec1d
commit
879225abfb
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace mapnik {
|
||||
|
||||
class MAPNIK_DECL value_error : public std::exception
|
||||
class value_error : public std::exception
|
||||
{
|
||||
public:
|
||||
value_error() :
|
||||
|
|
Loading…
Add table
Reference in a new issue