| Index: xfa/src/fwl/src/core/fwl_noteimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_noteimp.cpp b/xfa/src/fwl/src/core/fwl_noteimp.cpp
|
| index 149b80f26ca1f2b4438a0ceeafd1b656b6f53ee6..561d4a13f8def768c7b61a84c39eec915a4ce2ed 100644
|
| --- a/xfa/src/fwl/src/core/fwl_noteimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_noteimp.cpp
|
| @@ -203,7 +203,7 @@ FWL_ERR CFWL_NoteDriver::SetQueueMaxSize(const int32_t size) {
|
| return FWL_ERR_Succeeded;
|
| }
|
| IFWL_NoteThread* CFWL_NoteDriver::GetOwnerThread() const {
|
| - return (IFWL_NoteThread*)FWL_GetApp();
|
| + return FWL_GetApp();
|
| }
|
| FWL_ERR CFWL_NoteDriver::PushNoteLoop(IFWL_NoteLoop* pNoteLoop) {
|
| m_noteLoopQueue.Add(pNoteLoop);
|
|
|