don't use the same parameter name twice, HP compiler actually checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
364ab6cc8a
commit
7dea20f60a
@ -59,7 +59,7 @@ WX_DEFINE_LIST(ItemList)
|
||||
class wxDataViewCtrlInternal
|
||||
{
|
||||
public:
|
||||
wxDataViewCtrlInternal( wxDataViewCtrl *owner, wxDataViewModel *wx_model, GtkWxTreeModel *owner );
|
||||
wxDataViewCtrlInternal( wxDataViewCtrl *owner, wxDataViewModel *wx_model, GtkWxTreeModel *gtk_model );
|
||||
~wxDataViewCtrlInternal();
|
||||
|
||||
// model iface
|
||||
|
Loading…
Reference in New Issue
Block a user