projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed checks for compilers supporting wxUSE_ON_FATAL_EXCEPTION, it's in wx/chkconf...
[wxWidgets.git]
/
include
/
wx
/
layout.h
diff --git
a/include/wx/layout.h
b/include/wx/layout.h
index 8fb28aa42ede694b75ed5862761b7e4794cd90cf..d6ffed803e6352169ea6494ee996e798c2d4b90d 100644
(file)
--- a/
include/wx/layout.h
+++ b/
include/wx/layout.h
@@
-6,7
+6,7
@@
// Created: 29/01/98
// RCS-ID: $Id$
// Copyright: (c) 1998 Julian Smart
// Created: 29/01/98
// RCS-ID: $Id$
// Copyright: (c) 1998 Julian Smart
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_LAYOUTH__
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_LAYOUTH__
@@
-16,7
+16,7
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "layout.h"
#endif
#pragma interface "layout.h"
#endif
@@
-73,7
+73,7
@@
public:
// note that default copy ctor and assignment operators are ok
// note that default copy ctor and assignment operators are ok
- ~wxIndividualLayoutConstraint()
;
+ ~wxIndividualLayoutConstraint()
{}
void Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val = 0, int marg = wxLAYOUT_DEFAULT_MARGIN);
void Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val = 0, int marg = wxLAYOUT_DEFAULT_MARGIN);
@@
-176,7
+176,7
@@
public:
// note that default copy ctor and assignment operators are ok
// note that default copy ctor and assignment operators are ok
- ~wxLayoutConstraints()
;
+ ~wxLayoutConstraints()
{}
bool SatisfyConstraints(wxWindowBase *win, int *noChanges);
bool AreSatisfied() const
bool SatisfyConstraints(wxWindowBase *win, int *noChanges);
bool AreSatisfied() const