From e00c27a018efd6e2e526e33c4e0a84e47ca8691d Mon Sep 17 00:00:00 2001 From: jcid Date: Fri, 3 Oct 2008 17:41:06 +0200 Subject: - . --- src/ui.cc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/ui.cc') diff --git a/src/ui.cc b/src/ui.cc index f87eb066..c9aad633 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -82,10 +82,14 @@ static struct iconset small_icons = { static struct iconset *icons = &standard_icons; /* - * Local sub class - * (Used to avoid certain shortcuts in the location bar) + * Local sub classes */ +//---------------------------------------------------------------------------- + +/* + * (Used to avoid certain shortcuts in the location bar) + */ class CustInput : public Input { public: CustInput (int x, int y, int w, int h, const char* l=0) : -- cgit v1.2.3