Avoid -Wdeprecated-copy warning
This commit is contained in:
@@ -56,10 +56,7 @@ public:
|
||||
@discussion Ownership will be shared by the original ref and the newly created ref. That is,
|
||||
the object will be explicitly retained by this new ref.
|
||||
*/
|
||||
wxCFDictionaryRefCommon(const wxCFDictionaryRefCommon& otherRef)
|
||||
: super_type(otherRef)
|
||||
{
|
||||
}
|
||||
wxCFDictionaryRefCommon(const wxCFDictionaryRefCommon&) = default;
|
||||
|
||||
wxCFTypeRef GetValue(const void* key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user