summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2007-08-10 05:59:36 +0000
committerHisham Muhammad <hisham@gobolinux.org>2007-08-10 05:59:36 +0000
commite685bdeea080160684faaf17169faac0e614dfc7 (patch)
treee913033ecda16bbee3fbc3f659e61e59806b1f1f /Panel.h
parent4c51ad0e3549a12215c98e8fa011557fc6889b65 (diff)
Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Panel.h b/Panel.h
index 512545b2..54e30877 100644
--- a/Panel.h
+++ b/Panel.h
@@ -72,9 +72,9 @@ void Panel_init(Panel* this, int x, int y, int w, int h, char* type, bool owner)
void Panel_done(Panel* this);
-inline void Panel_setRichHeader(Panel* this, RichString header);
+extern void Panel_setRichHeader(Panel* this, RichString header);
-inline void Panel_setHeader(Panel* this, char* header);
+extern void Panel_setHeader(Panel* this, char* header);
void Panel_setEventHandler(Panel* this, Panel_EventHandler eh);

© 2014-2024 Faster IT GmbH | imprint | privacy policy