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,
|
@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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user