projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
forgot to commit some regenerated files
[wxWidgets.git]
/
src
/
motif
/
frame.cpp
diff --git
a/src/motif/frame.cpp
b/src/motif/frame.cpp
index 4e8cedb04fd90c97ab34e05220a760b132c2513e..061c5a675b81e9176ba49c60606b83105575e629 100644
(file)
--- a/
src/motif/frame.cpp
+++ b/
src/motif/frame.cpp
@@
-17,7
+17,7
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "frame.h"
#endif
#pragma implementation "frame.h"
#endif
@@
-581,7
+581,7
@@
void wxFrame::OnActivate(wxActivateEvent& event)
if (!event.GetActive())
return;
if (!event.GetActive())
return;
- for(wxWindowList::
Node *
node = GetChildren().GetFirst(); node;
+ for(wxWindowList::
compatibility_iterator
node = GetChildren().GetFirst(); node;
node = node->GetNext())
{
// Find a child that's a subwindow, but not a dialog box.
node = node->GetNext())
{
// Find a child that's a subwindow, but not a dialog box.