X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..ada175836e7b9e456b7f32d82bfb5f6b21d5608d:/include/wx/osx/core/cfdataref.h diff --git a/include/wx/osx/core/cfdataref.h b/include/wx/osx/core/cfdataref.h index 19a44d71a8..8ae8417300 100644 --- a/include/wx/osx/core/cfdataref.h +++ b/include/wx/osx/core/cfdataref.h @@ -2,7 +2,7 @@ // Name: wx/mac/corefoundation/cfdata.h // Purpose: wxCFDataRef class // Author: Stefan Csomor -// Modified by: +// Modified by: // Created: 2007/05/10 // RCS-ID: $Id: cfdataref.h 46095 2007-05-18 07:29:49Z SC $ // Copyright: (c) 2007 Stefan Csomor @@ -16,7 +16,7 @@ #ifndef _WX_MAC_COREFOUNDATION_CFDATAREF_H__ #define _WX_MAC_COREFOUNDATION_CFDATAREF_H__ -#include "wx/mac/corefoundation/cfref.h" +#include "wx/osx/core/cfref.h" #include @@ -33,7 +33,7 @@ public: {} typedef wxCFRef super_type; - + /*! @method wxCFDataRef @abstract Assumes ownership of p and creates a reference to it. @templatefield otherType Any type. @@ -65,7 +65,7 @@ public: @param data The raw data. @param length The data length. */ - wxCFDataRef(const UInt8* data, CFIndex length) + wxCFDataRef(const UInt8* data, CFIndex length) : super_type(CFDataCreate(kCFAllocatorDefault, data, length)) { } @@ -80,7 +80,7 @@ public: else return 0; } - + /*! @method GetBytes @abstract Copies the data into an external buffer @param range The desired range.