X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cf2fb76fe35e84852cec2517703d9d5e068b4a8..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/link.h diff --git a/include/wx/link.h b/include/wx/link.h index 0d1a4eb337..c422fc17af 100644 --- a/include/wx/link.h +++ b/include/wx/link.h @@ -3,7 +3,6 @@ // Purpose: macros to force linking modules which might otherwise be // discarded by the linker // Author: Vaclav Slavik -// RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -19,7 +18,7 @@ // And this must be somewhere where it certainly will be linked: #define wxFORCE_LINK_MODULE(module_name) \ - extern int _wx_link_dummy_func_##module_name (); \ + extern void _wx_link_dummy_func_##module_name (); \ static struct wxForceLink##module_name \ { \ wxForceLink##module_name() \