Fixed bug with incorrect address clear

This commit is contained in:
Alex Zolotarev 2012-09-03 05:13:50 +03:00 committed by Alex Zolotarev
parent e482049ff0
commit 7898728bb6

View file

@ -514,4 +514,5 @@ void Framework::AddressInfo::Clear()
m_street.clear();
m_house.clear();
m_name.clear();
m_types.clear();
}