diff options
author | fluxgen <fluxgen> | 2004-06-07 21:42:05 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-06-07 21:42:05 (GMT) |
commit | bb31394000cf4840b26348bfa6a397d6e699bbdd (patch) | |
tree | bacd100aa6d57ba123aaefcc76b221995b2e7a58 /src/IconMenu.cc | |
parent | 3e52976eacb826bcb6651d7e7501468dd30f0b62 (diff) | |
download | fluxbox-bb31394000cf4840b26348bfa6a397d6e699bbdd.zip fluxbox-bb31394000cf4840b26348bfa6a397d6e699bbdd.tar.bz2 |
need typeinfo
Diffstat (limited to 'src/IconMenu.cc')
-rw-r--r-- | src/IconMenu.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconMenu.cc b/src/IconMenu.cc index f631b3a..f5ebedd 100644 --- a/src/IconMenu.cc +++ b/src/IconMenu.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconMenu.cc,v 1.2 2004/06/07 11:46:04 rathnor Exp $ | 22 | // $Id: IconMenu.cc,v 1.3 2004/06/07 21:42:05 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IconMenu.hh" | 24 | #include "IconMenu.hh" |
25 | 25 | ||
@@ -28,6 +28,8 @@ | |||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
29 | #include "FbTk/I18n.hh" | 29 | #include "FbTk/I18n.hh" |
30 | 30 | ||
31 | #include <typeinfo> | ||
32 | |||
31 | static void updateItems(FbTk::Menu &menu, BScreen &screen) { | 33 | static void updateItems(FbTk::Menu &menu, BScreen &screen) { |
32 | menu.removeAll(); | 34 | menu.removeAll(); |
33 | BScreen::Icons::iterator it = screen.getIconList().begin(); | 35 | BScreen::Icons::iterator it = screen.getIconList().begin(); |