mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 02:36:47 +00:00
Fix problem 3 for issue #80
This commit is contained in:
@@ -116,7 +116,7 @@ class RegularKeysStartWithA: public TablePropertiesCollector {
|
||||
}
|
||||
|
||||
virtual UserCollectedProperties GetReadableProperties() const {
|
||||
return {};
|
||||
return UserCollectedProperties{};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user