Avoid -Wdeprecated-copy warning

This commit is contained in:
Paul Cornett
2020-10-18 18:00:13 -07:00
parent 2110bb2730
commit ad73219104

View File

@@ -56,10 +56,7 @@ public:
@discussion Ownership will be shared by the original ref and the newly created ref. That is, @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. the object will be explicitly retained by this new ref.
*/ */
wxCFDictionaryRefCommon(const wxCFDictionaryRefCommon& otherRef) wxCFDictionaryRefCommon(const wxCFDictionaryRefCommon&) = default;
: super_type(otherRef)
{
}
wxCFTypeRef GetValue(const void* key) wxCFTypeRef GetValue(const void* key)
{ {