summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/graphics/image_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-core/graphics/image_data.cpp')
-rw-r--r--source/libs/asura-lib-core/graphics/image_data.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libs/asura-lib-core/graphics/image_data.cpp b/source/libs/asura-lib-core/graphics/image_data.cpp
index 28c706a..b79dfab 100644
--- a/source/libs/asura-lib-core/graphics/image_data.cpp
+++ b/source/libs/asura-lib-core/graphics/image_data.cpp
@@ -16,7 +16,7 @@ namespace AsuraEngine
new STBDecoder() // jpeg, tga, bmp
};
- ImageData::ImageData(const Filesystem::DataBuffer& buffer)
+ ImageData::ImageData(const IO::DataBuffer& buffer)
: DecodedData(buffer)
{
}
@@ -30,7 +30,7 @@ namespace AsuraEngine
///
/// ޷ɹ׳쳣
///
- void ImageData::Decode(const Filesystem::DataBuffer& buffer)
+ void ImageData::Decode(const IO::DataBuffer& buffer)
{
for (ImageDecoder* decoder : ImageDecoders)
{