summaryrefslogtreecommitdiff
path: root/src/FbTk/MenuSeparator.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-30 00:36:37 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-30 00:36:37 (GMT)
commitde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (patch)
treeacfe630257bc3c80a006e5c1cc19e452003dda95 /src/FbTk/MenuSeparator.hh
parente1f362ae764884a4cd1e1673292cb37d5a85f89c (diff)
downloadfluxbox_lack-de6d340ba3a1a64ee46e6562d0bdab062cb92a1e.zip
fluxbox_lack-de6d340ba3a1a64ee46e6562d0bdab062cb92a1e.tar.bz2
forgotten inlines from previous round
Diffstat (limited to 'src/FbTk/MenuSeparator.hh')
-rw-r--r--src/FbTk/MenuSeparator.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MenuSeparator.hh b/src/FbTk/MenuSeparator.hh
index 38f15d3..3334f5e 100644
--- a/src/FbTk/MenuSeparator.hh
+++ b/src/FbTk/MenuSeparator.hh
@@ -36,7 +36,7 @@ public:
36 bool highlight, bool draw_foreground, bool draw_background, 36 bool highlight, bool draw_foreground, bool draw_background,
37 int x, int y, 37 int x, int y,
38 unsigned int width, unsigned int height) const; 38 unsigned int width, unsigned int height) const;
39 virtual inline bool isEnabled() const { return false; } 39 virtual bool isEnabled() const { return false; }
40 40
41}; 41};
42 42