aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/App.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-29 21:38:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-29 21:38:53 (GMT)
commite1f362ae764884a4cd1e1673292cb37d5a85f89c (patch)
tree137430b26aee6f3638f27281d3757c2c75ef4b20 /src/FbTk/App.hh
parente90c3678d9e54bc9251619fdee2d7341f042167b (diff)
downloadfluxbox_pavel-e1f362ae764884a4cd1e1673292cb37d5a85f89c.zip
fluxbox_pavel-e1f362ae764884a4cd1e1673292cb37d5a85f89c.tar.bz2
'inline' in class declaration is implicitly inline
Diffstat (limited to 'src/FbTk/App.hh')
-rw-r--r--src/FbTk/App.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/App.hh b/src/FbTk/App.hh
index a520e1c..d878661 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 inline Display *display() const { return m_display; } 49 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();