Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-25 03:42:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-25 03:42:28 +0300
commitabd18f6ec0631b0a03bc7730e3241c5e2b61a788 (patch)
treeb40e725936e9154713c568603cfcaff9dfb6204c /source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
parente86e0aad55675a5c4473d0538146dbccda7613e8 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/imbuf/intern/dds/DirectDrawSurface.cpp')
-rw-r--r--source/blender/imbuf/intern/dds/DirectDrawSurface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
index d9b061089f7..16a7525bb80 100644
--- a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
+++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
@@ -1132,7 +1132,7 @@ void DirectDrawSurface::mipmap(Image *img, uint face, uint mipmap)
// It was easier to copy this function from upstream than to resync.
// This should be removed if a resync ever occurs.
-void* DirectDrawSurface::readData(uint &rsize)
+void *DirectDrawSurface::readData(uint &rsize)
{
uint header_size = 128; // sizeof(DDSHeader);
if (header.hasDX10Header())