We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a284ef1 commit 18ab039Copy full SHA for 18ab039
1 file changed
TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
@@ -143,7 +143,11 @@ WxSelectNSDialog::WxSelectNSDialog( wxWindow* parent)
143
144
WxSelectNSDialog::~WxSelectNSDialog()
145
{
146
+#if 0
147
int count = servers->Number();
148
+#else
149
+ int count = servers->GetCount();
150
+#endif
151
for (int i = 0; i < count; i++) {
152
delete static_cast<wxString*>( servers->GetClientData( i));
153
}
0 commit comments