diff options
author | rathnor <rathnor> | 2002-12-01 13:42:15 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2002-12-01 13:42:15 (GMT) |
commit | 28b5c604490094e187494dcc566bd3d7a05a2c25 (patch) | |
tree | 8f78f5714a5cd055c10b067a2656fe7b2338e71a /src/Iconmenu.hh | |
parent | b9134162f9633784d9097df18769a699a62650fe (diff) | |
download | fluxbox_pavel-28b5c604490094e187494dcc566bd3d7a05a2c25.zip fluxbox_pavel-28b5c604490094e187494dcc566bd3d7a05a2c25.tar.bz2 |
Indenting from tabs to emacs 4-space
Diffstat (limited to 'src/Iconmenu.hh')
-rw-r--r-- | src/Iconmenu.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Iconmenu.hh b/src/Iconmenu.hh index 952124c..3a76a68 100644 --- a/src/Iconmenu.hh +++ b/src/Iconmenu.hh | |||
@@ -31,9 +31,9 @@ class BScreen; | |||
31 | 31 | ||
32 | class Iconmenu : public Basemenu { | 32 | class Iconmenu : public Basemenu { |
33 | public: | 33 | public: |
34 | explicit Iconmenu(BScreen *scr); | 34 | explicit Iconmenu(BScreen *scr); |
35 | protected: | 35 | protected: |
36 | virtual void itemSelected(int button, unsigned int index); | 36 | virtual void itemSelected(int button, unsigned int index); |
37 | 37 | ||
38 | }; | 38 | }; |
39 | 39 | ||