summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler.hch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/eventhandler.hch b/Graphic_Equalizer/include/eventhandler.hch
index 359e4d5..bb48f9f 100644
--- a/Graphic_Equalizer/include/eventhandler.hch
+++ b/Graphic_Equalizer/include/eventhandler.hch
@@ -31,7 +31,7 @@
* to store actions to be performed and a mousedata pointer so that we know on
* what mousestate to respond. We never returns!
*/
-void eventhandler_main(audiodata_t *audiodata, events_t *events, mousedata_t *mousedata, skindata_t *skindata);
+inline void eventhandler_main(audiodata_t *audiodata, events_t *events, mousedata_t *mousedata, skindata_t *skindata);
#else
#error "ERROR file eventhandler.hch multiple times included"