X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ff9b17d57afa08af355bee49f7ebbcef67e3aef..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/layout.h diff --git a/interface/wx/layout.h b/interface/wx/layout.h index 1ea3bab324..02da3feb23 100644 --- a/interface/wx/layout.h +++ b/interface/wx/layout.h @@ -2,7 +2,6 @@ // Name: layout.h // Purpose: interface of layout constraints classes // Author: wxWidgets team -// RCS-ID: $Id: $ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -71,12 +70,12 @@ public: // // Dimension is unconstrained // - void Unconstrained() { relationship = wxUnconstrained; } + void Unconstrained(); // // Dimension is 'as is' (use current size settings) // - void AsIs() { relationship = wxAsIs; } + void AsIs(); // // Accessors @@ -129,7 +128,7 @@ public: // note that default copy ctor and assignment operators are ok - virtual ~wxLayoutConstraints(){} + virtual ~wxLayoutConstraints(); bool SatisfyConstraints(wxWindow *win, int *noChanges); bool AreSatisfied() const;