]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/tabpgwin.h
More name changes
[wxWidgets.git] / demos / dbbrowse / tabpgwin.h
index c9928ebf85565d3c6af27778b120b722ac56ca2e..f6f63e74e12ea536a586f86cc692f4bfb325a806 100644 (file)
@@ -83,13 +83,13 @@ public:
  wxPen  mDarkPen;         // default: RGB(128,128,128)
  wxPen  mBlackPen;        // default: RGB(  0,  0,  0)
 
int    mActiveTab;
size_t mActiveTab;
  int    mTitleHeight;
  int    mLayoutType;
 
  // notifications (can be handled by derivatives)
 
- virtual void OnTabAdded( twTabInfo* pInfo ) {}
+ virtual void OnTabAdded( twTabInfo* WXUNUSED(pInfo) ) {}
 
  virtual void SizeTabs(int x,int y, int width, int height, bool repant);
 
@@ -102,7 +102,7 @@ public:
 
  virtual void AddTab( wxWindow*    pContent,           // contained window
                       wxString     tabText,            // tab label
-                      wxString     imageFileName = "", // if "", only text label is displayed
+                      wxString     imageFileName = _T(""), // if "", only text label is displayed
                       wxBitmapType imageType     = wxBITMAP_TYPE_BMP );
 
  // NOTE:: if this AddTab(..) overload is called, the