src/osx/helper.h in rays-0.1.47 vs src/osx/helper.h in rays-0.1.48

- old
+ new

@@ -13,12 +13,12 @@ void safe_cfrelease (CFTypeRef ref); - typedef std::shared_ptr<const __CFString> CFString; + typedef std::shared_ptr<const __CFString> CFStringPtr; - CFString cfstring (const char* str); + CFStringPtr cfstring (const char* str); }// Rays