projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pusing a dummy event, to make sure the stop: succeeds in immediate runloop terminatio...
[wxWidgets.git]
/
src
/
motif
/
radiobut.cpp
diff --git
a/src/motif/radiobut.cpp
b/src/motif/radiobut.cpp
index 4ac378762e70128b379287e333063aadf6ff271f..98741b960af028edebae618023ebc4d83893d034 100644
(file)
--- a/
src/motif/radiobut.cpp
+++ b/
src/motif/radiobut.cpp
@@
-12,10
+12,6
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#endif
-
#include "wx/radiobut.h"
#ifndef WX_PRECOMP
#include "wx/radiobut.h"
#ifndef WX_PRECOMP
@@
-95,7
+91,7
@@
bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
else
{
/* search backward for last group start */
else
{
/* search backward for last group start */
- wxRadioButton *chief =
(wxRadioButton*)
NULL;
+ wxRadioButton *chief = NULL;
wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
while (node)
{
wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
while (node)
{