summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-mipsel-broadcom-97425-g++
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/devices/linux-mipsel-broadcom-97425-g++')
-rw-r--r--mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp b/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
index 8c59d1cfa3..b07e4ab217 100644
--- a/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
+++ b/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
@@ -57,7 +57,7 @@ void QDirectFBEGLHooks::platformInit()
void QDirectFBEGLHooks::platformDestroy()
{
- DBPL_UnregisterDirectFBDisplayPlatform(&dbpl_handle);
+ DBPL_UnregisterDirectFBDisplayPlatform(dbpl_handle);
dbpl_handle = 0;
}