Further refactorings

This commit is contained in:
Dennis Luxen 2012-11-12 10:58:57 +01:00
parent 2c61d0a79e
commit b5ed992e94

View File

@ -44,6 +44,11 @@ struct _Node : NodeInfo{
struct ImportNode : public _Node {
HashTable<std::string, std::string> keyVals;
inline void Clear() {
keyVals.EraseAll();
lat = 0; lon = 0; id = 0; bollard = false; trafficLight = false;
}
};
#endif /* IMPORTNODE_H_ */