From 79863754eed7836e1a7db694beb5b53f3acac462 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 23 Jan 2009 08:47:02 +0000 Subject: [PATCH] Forgot this one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/combobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/carbon/combobox.cpp b/src/osx/carbon/combobox.cpp index 54c70ebca5..807194c8d7 100644 --- a/src/osx/carbon/combobox.cpp +++ b/src/osx/carbon/combobox.cpp @@ -652,7 +652,7 @@ bool wxComboBox::CanRedo() const return false; } -bool wxComboBox::HandleClicked( double timestampsec ) +bool wxComboBox::OSXHandleClicked( double timestampsec ) { /* For consistency with other platforms, clicking in the text area does not constitute a selection -- 2.50.0