- now that wxmain.h class definition includes a few dialogs from wxdialog.h,

wxdialog must come first.
This commit is contained in:
Bryce Denney 2002-09-06 14:40:22 +00:00
parent 47d7669685
commit 70d0a6b844
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// $Id: wx.cc,v 1.18 2002-09-06 04:43:03 bdenney Exp $ // $Id: wx.cc,v 1.19 2002-09-06 14:40:22 bdenney Exp $
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// //
// wxWindows VGA display for Bochs. wx.cc implements a custom // wxWindows VGA display for Bochs. wx.cc implements a custom
@ -47,6 +47,7 @@
#include "osdep.h" #include "osdep.h"
#include "font/vga.bitmap.h" #include "font/vga.bitmap.h"
#include "wxdialog.h"
// shared elements between wxmain.cc and this file // shared elements between wxmain.cc and this file
#include "wxmain.h" #include "wxmain.h"