remove const from pass-by-value parameters
This commit is contained in:
@@ -810,7 +810,7 @@ wxMenu::~wxMenu()
|
|||||||
g_object_unref(m_accel);
|
g_object_unref(m_accel);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxMenu::SetLayoutDirection(const wxLayoutDirection dir)
|
void wxMenu::SetLayoutDirection(wxLayoutDirection dir)
|
||||||
{
|
{
|
||||||
if ( m_owner )
|
if ( m_owner )
|
||||||
wxWindow::GTKSetLayout(m_owner, dir);
|
wxWindow::GTKSetLayout(m_owner, dir);
|
||||||
|
Reference in New Issue
Block a user