]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/tabpgwin.h
-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition replacements
[wxWidgets.git] / demos / dbbrowse / tabpgwin.h
index 1237d628a804eece1271ca044b5763c3b4748d22..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);