mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -116,7 +116,7 @@ namespace BlackMisc
|
||||
|
||||
CPropertyIndexList CPropertyIndexVariantMap::indexes() const
|
||||
{
|
||||
return CSequence<CPropertyIndex>(m_values.keys());
|
||||
return m_values.keys();
|
||||
}
|
||||
|
||||
int CPropertyIndexVariantMap::size() const
|
||||
|
||||
Reference in New Issue
Block a user