fixup proj_init error message
This commit is contained in:
parent
191f14d33c
commit
eab80c5a91
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class proj_init_error : public std::runtime_error
|
|||
{
|
||||
public:
|
||||
proj_init_error(std::string const& params)
|
||||
: std::runtime_error("failed to initialize projection with:" + params) {}
|
||||
: std::runtime_error("failed to initialize projection with: '" + params + "'") {}
|
||||
};
|
||||
|
||||
class MAPNIK_DECL projection
|
||||
|
|
Loading…
Add table
Reference in a new issue