summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Image/ImageData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/Image/ImageData.cpp')
-rw-r--r--source/modules/asura-core/Image/ImageData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/Image/ImageData.cpp b/source/modules/asura-core/Image/ImageData.cpp
index c75166f..bbfd177 100644
--- a/source/modules/asura-core/Image/ImageData.cpp
+++ b/source/modules/asura-core/Image/ImageData.cpp
@@ -31,7 +31,7 @@ ImageData::~ImageData()
delete[] pixels;
}
-void ImageData::Decode(IO::DataBuffer& buffer)
+void ImageData::Decode(FileSystem::DataBuffer& buffer)
{
for (ImageDecoder* decoder : ImageDecoders)
{