Properties: Code formatting

This commit is contained in:
Maciej Suminski 2020-02-06 08:39:06 +01:00 committed by Jon Evans
parent f6f6ebd5f9
commit 3220a1dfbc
2 changed files with 3 additions and 3 deletions

View File

@ -277,7 +277,7 @@ protected:
}
virtual void setter( void* aObject, wxAny& aValue ) = 0;
virtual wxAny getter( void* aObject ) const = 0;
virtual wxAny getter( const void* aObject ) const = 0;
private:
const wxString m_name;