From 6d4e699601cb5e0391098f33e12b2a719c96e36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Capello?= Date: Thu, 12 Jan 2023 14:42:31 -0300 Subject: [PATCH] Fix warning because AsepriteExternalFiles is declared as a class now --- src/dio/aseprite_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dio/aseprite_decoder.h b/src/dio/aseprite_decoder.h index 46984f2f7..4952889d4 100644 --- a/src/dio/aseprite_decoder.h +++ b/src/dio/aseprite_decoder.h @@ -1,5 +1,5 @@ // Aseprite Document IO Library -// Copyright (c) 2018-2020 Igara Studio S.A. +// Copyright (c) 2018-2023 Igara Studio S.A. // Copyright (c) 2017 David Capello // // This file is released under the terms of the MIT license. @@ -35,7 +35,7 @@ namespace dio { struct AsepriteHeader; struct AsepriteFrameHeader; -struct AsepriteExternalFiles; +class AsepriteExternalFiles; class AsepriteDecoder : public Decoder { public: