fixing non-precompiled header build, adding method body

This commit is contained in:
Stefan Csomor
2018-07-28 20:14:26 +02:00
parent 342e445423
commit 56a51ad1e7

View File

@@ -19,6 +19,10 @@
#include <CoreFoundation/CFDictionary.h>
#ifndef WX_PRECOMP
#include "wx/string.h"
#endif
class wxCFTypeRef : public wxCFRef<CFTypeRef>
{
public:
@@ -195,7 +199,7 @@ public:
void SetValue(const void*key, CGFloat v)
{
SetValue( key, wxCFNumberRef(v));
}
};