Ticket #8188: 8188.patch
File 8188.patch, 500 bytes (added by , 12 years ago) |
---|
-
src/engine/FileZillaEngine.cpp
#8188 filezilla-3.5.3 invalid conversion error during compilation diff -r 8beded4bcfbc -r c04cba15ffba src/engine/FileZillaEngine.cpp
a b 108 108 if (m_NotificationList.empty()) 109 109 return 0; 110 110 111 m_NotificationList.push_back( 0);111 m_NotificationList.push_back(static_cast<CNotification*>(0)); 112 112 } 113 113 else if (m_NotificationList.empty()) 114 114 return 0;