fixing non-precompiled header build, adding method body
This commit is contained in:
@@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
#include <CoreFoundation/CFDictionary.h>
|
#include <CoreFoundation/CFDictionary.h>
|
||||||
|
|
||||||
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/string.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
class wxCFTypeRef : public wxCFRef<CFTypeRef>
|
class wxCFTypeRef : public wxCFRef<CFTypeRef>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -195,7 +199,7 @@ public:
|
|||||||
|
|
||||||
void SetValue(const void*key, CGFloat v)
|
void SetValue(const void*key, CGFloat v)
|
||||||
{
|
{
|
||||||
|
SetValue( key, wxCFNumberRef(v));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user