Fix problem 3 for issue #80

This commit is contained in:
kailiu 2014-02-11 17:52:18 -08:00
parent aa734ce9ab
commit 265150cb49

View File

@ -116,7 +116,7 @@ class RegularKeysStartWithA: public TablePropertiesCollector {
}
virtual UserCollectedProperties GetReadableProperties() const {
return {};
return UserCollectedProperties{};
}