Fix warning because AsepriteExternalFiles is declared as a class now

This commit is contained in:
Martín Capello 2023-01-12 14:42:31 -03:00
parent f976c9f195
commit 6d4e699601

View File

@ -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: