all repos — fluxbox @ bb31394000cf4840b26348bfa6a397d6e699bbdd

custom fork of the fluxbox windowmanager

need typeinfo
fluxgen fluxgen
commit

bb31394000cf4840b26348bfa6a397d6e699bbdd

parent

3e52976eacb826bcb6651d7e7501468dd30f0b62

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/IconMenu.ccsrc/IconMenu.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconMenu.cc,v 1.2 2004/06/07 11:46:04 rathnor Exp $ +// $Id: IconMenu.cc,v 1.3 2004/06/07 21:42:05 fluxgen Exp $ #include "IconMenu.hh"

@@ -27,6 +27,8 @@ #include "Screen.hh"

#include "IconMenuItem.hh" #include "fluxbox.hh" #include "FbTk/I18n.hh" + +#include <typeinfo> static void updateItems(FbTk::Menu &menu, BScreen &screen) { menu.removeAll();