X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d156af3247c862e51a7c62f569a3fd302052a42..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/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;