Code review fixes.

This commit is contained in:
vng
2017-11-03 10:55:22 +00:00
committed by Michael Krasnyk
parent 258fcd8626
commit 32e6ccb037
6 changed files with 32 additions and 82 deletions
@@ -192,7 +192,7 @@ class BaseDataFacade
virtual bool IsLeftHandDriving(const NodeID id) const = 0;
virtual bool IsSegregated(const NodeID) const { return false; }
virtual bool IsSegregated(const NodeID) const = 0;
};
}
}