From 9675cf654d86464344e56705db7a71ea17f76c6f Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:21 +0200 Subject: Imported Upstream version 0.6.6+svn20070915 --- Panel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index 512545b..54e3087 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); -- cgit v1.2.3