From 3cf2c3343be7020ba9743b0a4fb8c0a82d74aea3 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Wed, 17 Dec 2003 01:23:32 +0000
Subject: inline display

---
 src/FbTk/App.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FbTk/App.hh b/src/FbTk/App.hh
index 53dc42a..3889713 100644
--- a/src/FbTk/App.hh
+++ b/src/FbTk/App.hh
@@ -46,7 +46,7 @@ public:
     explicit App(const char *displayname=0);
     virtual ~App();
     /// display connection
-    Display *display() const { return m_display; }
+    inline Display *display() const { return m_display; }
     void sync(bool discard);
     /// starts event loop
     virtual void eventLoop();
-- 
cgit v0.11.2