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; }