]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/help.cpp
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / radiant / help.cpp
index 82e5f6671d3866d2e6b975687e4d5594fb5b6048..b11743d69319a9af587cf71b2302ec9330e4fb7e 100644 (file)
@@ -94,7 +94,7 @@ void process_xlink( const char* filename, const char *menu_name, const char *bas
 
                                                prop = xmlGetProp( pNode, reinterpret_cast<const xmlChar*>( "name" ) );
                                                ASSERT_NOTNULL( prop );
-                                               create_menu_item_with_mnemonic( menu_in_menu, reinterpret_cast<const char*>( prop ), ReferenceCaller<CopiedString, HandleHelpCommand>( mHelpURLs.back() ) );
+                                               create_menu_item_with_mnemonic( menu_in_menu, reinterpret_cast<const char*>( prop ), ReferenceCaller<CopiedString, void(), HandleHelpCommand>( mHelpURLs.back() ) );
                                                xmlFree( prop );
                                        }
                                        pNode = pNode->next;