forked from AuroraMiddleware/gtk
gsk: Mark finalize() implementation as static
This commit is contained in:
parent
9442ef055d
commit
fca3f93114
@ -647,7 +647,7 @@ gsk_vulkan_image_download (GskVulkanImage *self,
|
||||
return texture;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
gsk_vulkan_image_finalize (GObject *object)
|
||||
{
|
||||
GskVulkanImage *self = GSK_VULKAN_IMAGE (object);
|
||||
|
Loading…
Reference in New Issue
Block a user