aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TypeAhead.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/TypeAhead.hh
parente1f362ae764884a4cd1e1673292cb37d5a85f89c (diff)
downloadfluxbox_paul-de6d340ba3a1a64ee46e6562d0bdab062cb92a1e.zip
fluxbox_paul-de6d340ba3a1a64ee46e6562d0bdab062cb92a1e.tar.bz2
forgotten inlines from previous round
Diffstat (limited to 'src/FbTk/TypeAhead.hh')
-rw-r--r--src/FbTk/TypeAhead.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/TypeAhead.hh b/src/FbTk/TypeAhead.hh
index 3b7c077..838a454 100644
--- a/src/FbTk/TypeAhead.hh
+++ b/src/FbTk/TypeAhead.hh
@@ -32,7 +32,7 @@ template <typename Items, typename Item_Type>
32class TypeAhead { 32class TypeAhead {
33#if 0 33#if 0
34 34
35a class template can't be split into separate interface + implementation files, an interface summary is given here: 35// a class template can't be split into separate interface + implementation files, an interface summary is given here:
36 36
37public: 37public:
38 void init(Items const &items); 38 void init(Items const &items);