need typeinfo
This commit is contained in:
parent
3e52976eac
commit
bb31394000
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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"
|
#include "IconMenu.hh"
|
||||||
|
|
||||||
|
@ -28,6 +28,8 @@
|
||||||
#include "fluxbox.hh"
|
#include "fluxbox.hh"
|
||||||
#include "FbTk/I18n.hh"
|
#include "FbTk/I18n.hh"
|
||||||
|
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
static void updateItems(FbTk::Menu &menu, BScreen &screen) {
|
static void updateItems(FbTk::Menu &menu, BScreen &screen) {
|
||||||
menu.removeAll();
|
menu.removeAll();
|
||||||
BScreen::Icons::iterator it = screen.getIconList().begin();
|
BScreen::Icons::iterator it = screen.getIconList().begin();
|
||||||
|
|
Loading…
Reference in a new issue