]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/dbtree.h
configure changes, for wxBase and wx-config
[wxWidgets.git] / demos / dbbrowse / dbtree.h
index b7631fde6619fb0d3ee2fc01d846f8d69bdc4050..b516dd67261cdb70cc1c26088f570ce9027acd80 100644 (file)
@@ -8,7 +8,7 @@
 // Licence:     wxWindows license
 // RCS-ID:      $Id$
 //----------------------------------------------------------------------------------------
-class mjDoc;               // Declared in Doc.h file
+class MainDoc;             // Declared in Doc.h file
 //----------------------------------------------------------------------------------------
 class DBTreeData : public wxTreeItemData
 {
@@ -42,7 +42,7 @@ class DBTree : public wxTreeCtrl
   DBTree(wxWindow *parent);
   DBTree(wxWindow *parent, const wxWindowID id,const wxPoint& pos, const wxSize& size,long style);
   virtual ~DBTree();
-  mjDoc *pDoc;
+  MainDoc *pDoc;
   wxDbInf *ct_BrowserDB;
 //----------------------------------------------------------------------------------------
   int       i_TabArt;   // Tab = 0 ; Page = 1;