forked from organicmaps/organicmaps
Routing no map error code fix.
This commit is contained in:
parent
a6d040b95b
commit
75f8f23cad
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ struct RoutingMapping
|
|||
|
||||
/// Default constructor to create invalid instance for existing client code.
|
||||
/// @postcondition IsValid() == false.
|
||||
RoutingMapping() : m_pIndex(nullptr) {}
|
||||
RoutingMapping() : m_pIndex(nullptr), m_error(IRouter::ResultCode::RouteFileNotExist) {}
|
||||
/// @param countryFile Country file name without extension.
|
||||
RoutingMapping(string const & countryFile, MwmSet & index);
|
||||
~RoutingMapping();
|
||||
|
|
Loading…
Add table
Reference in a new issue