mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-31 00:40:39 +02:00
WICFactory: return raw pointer
See previous commits for details
This commit is contained in:
parent
eec33b3f93
commit
f1ee8f3f7c
1 changed files with 2 additions and 1 deletions
|
|
@ -264,7 +264,8 @@ private:
|
|||
class WICImagingFactory
|
||||
{
|
||||
public:
|
||||
static RefPtr<IWICImagingFactory> Instance()
|
||||
static IWICImagingFactory *
|
||||
Instance()
|
||||
{
|
||||
cairo_win32_thread_data_t *thread_data = cairo_win32_thread_data_get ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue