summaryrefslogtreecommitdiffstats
path: root/src/adaptationlayers/mactexturemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/adaptationlayers/mactexturemanager.cpp')
-rw-r--r--src/adaptationlayers/mactexturemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adaptationlayers/mactexturemanager.cpp b/src/adaptationlayers/mactexturemanager.cpp
index 43d019d..0817727 100644
--- a/src/adaptationlayers/mactexturemanager.cpp
+++ b/src/adaptationlayers/mactexturemanager.cpp
@@ -30,7 +30,7 @@ QSGMacTextureManager::QSGMacTextureManager()
}
-const TextureReference *QSGMacTextureManager::requestUploadedTexture(const QImage &image, UploadHints hints, QObject *listener, const char *slot)
+const QSGTextureRef &QSGMacTextureManager::requestUploadedTexture(const QImage &image, UploadHints hints, QObject *listener, const char *slot)
{
// Client storage will most likely fail when mipmapping is used..
if (hints & TextureManager::GenerateMipmapUploadHint)