We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6d7c3 commit a284ef1Copy full SHA for a284ef1
2 files changed
TAO/utils/wxNamingViewer/wxSelectNSDialog.cpp
@@ -186,7 +186,7 @@ void WxSelectNSDialog::onInitDialog( wxInitDialogEvent& event)
186
}
187
188
189
-void WxSelectNSDialog::onLeftDClick( wxMouseEvent& event)
+void WxSelectNSDialog::onLeftDClick( wxCommandEvent& event)
190
{
191
ACE_UNUSED_ARG( event);
192
TAO/utils/wxNamingViewer/wxSelectNSDialog.h
@@ -19,7 +19,7 @@ class WxSelectNSDialog : public
19
void onInitDialog( wxInitDialogEvent& event);
20
void onOK( wxCommandEvent& event);
21
void onRemove( wxCommandEvent& event);
22
- void onLeftDClick( wxMouseEvent& event);
+ void onLeftDClick( wxCommandEvent& event);
23
24
class ACE_Configuration* config;
25
0 commit comments