summaryrefslogtreecommitdiff
path: root/core/fxge/android/fx_android_imp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/android/fx_android_imp.cpp')
-rw-r--r--core/fxge/android/fx_android_imp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/android/fx_android_imp.cpp b/core/fxge/android/fx_android_imp.cpp
index 08fdea3d89..e4a830ff65 100644
--- a/core/fxge/android/fx_android_imp.cpp
+++ b/core/fxge/android/fx_android_imp.cpp
@@ -31,7 +31,7 @@ void CFX_GEModule::InitPlatform() {
void CFX_GEModule::DestroyPlatform() {
if (m_pPlatformData)
- static_cast<IFPF_DeviceModule*>(m_pPlatformData)->Destroy();
+ static_cast<CFPF_SkiaDeviceModule*>(m_pPlatformData)->Destroy();
}
#endif // _FX_OS_ == _FX_ANDROID_