Page 1 of 1

Strange warning

Posted: Tue Sep 02, 2008 17:27
by majc
What is this warning?

Code: Select all

c:\ogrenew\Dependencies\include\CEGUI\elements\CEGUITreeItem.h(570): warning C4251: 'CEGUI::TreeItem::d_listItems' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CEGUI::TreeItem'
        with
        [
            _Ty=CEGUI::TreeItem *
        ]

Posted: Mon Sep 08, 2008 08:38
by CrazyEddie
It's nothing much to be concerned about, and should have been repressed.

CE.