diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/App.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
46 | explicit App(const char *displayname=0); | 46 | explicit App(const char *displayname=0); |
47 | virtual ~App(); | 47 | virtual ~App(); |
48 | /// display connection | 48 | /// display connection |
49 | Display *display() const { return m_display; } | 49 | inline Display *display() const { return m_display; } |
50 | void sync(bool discard); | 50 | void sync(bool discard); |
51 | /// starts event loop | 51 | /// starts event loop |
52 | virtual void eventLoop(); | 52 | virtual void eventLoop(); |