need typeinfo
This commit is contained in:
parent
0fba4bfafe
commit
bdcf645eba
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
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: WorkspaceMenu.cc,v 1.2 2004/06/07 11:46:04 rathnor Exp $
|
||||
// $Id: WorkspaceMenu.cc,v 1.3 2004/06/07 22:01:11 fluxgen Exp $
|
||||
|
||||
#include "WorkspaceMenu.hh"
|
||||
|
||||
|
@ -33,6 +33,8 @@
|
|||
#include "FbTk/RefCount.hh"
|
||||
#include "FbTk/MenuItem.hh"
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
WorkspaceMenu::WorkspaceMenu(BScreen &screen):
|
||||
FbMenu(screen.menuTheme(),
|
||||
screen.imageControl(),
|
||||
|
|
Loading…
Reference in a new issue