fix header files so that they can be included directly without generating 'undefined reference' errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-20 18:11:26 +00:00
parent 483724a1ad
commit 25af884d93
3 changed files with 10 additions and 2 deletions

View File

@@ -394,7 +394,7 @@ public:
virtual void SetToolDisabledBitmap(int WXUNUSED(id),
const wxBitmap& WXUNUSED(bitmap)) {}
// margins/packing/separation
// --------------------------
@@ -443,7 +443,7 @@ public:
wxToolBarToolBase *FindById(int toolid) const;
// return true if this is a vertical toolbar, otherwise false
bool IsVertical() const { return HasFlag(wxTB_LEFT | wxTB_RIGHT); }
bool IsVertical() const;
// the old versions of the various methods kept for compatibility