Ticket #34903: patch-clang-src_qt_macdockiconhandler_mm.diff

File patch-clang-src_qt_macdockiconhandler_mm.diff, 612 bytes (added by zan@…, 12 years ago)

Bitcoin/clang patch file for macdockiconhandler.mm

  • src/qt/macdockiconhandler.mm

    old new  
    4747MacDockIconHandler::MacDockIconHandler() : QObject()
    4848{
    4949    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    50     this->m_dockIconClickEventHandler = [[DockIconClickEventHandler alloc] initWithDockIconHandler:this];
     50    this->m_dockIconClickEventHandler = (objc_object *)[[DockIconClickEventHandler alloc] initWithDockIconHandler:this];
    5151
    5252    this->m_dummyWidget = new QWidget();
    5353    this->m_dockMenu = new QMenu(this->m_dummyWidget);