aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui.cc8
1 files changed, 6 insertions, 2 deletions
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) :