mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 08:10:05 +02:00
fixed an initalization order warning in ShuttleGui.cpp
This commit is contained in:
parent
d5dd9ff7c6
commit
726f33e802
@ -2332,8 +2332,8 @@ void ShuttleGui::SetSizeHints( int minX, int minY )
|
|||||||
|
|
||||||
ShuttleGuiGetDefinition::ShuttleGuiGetDefinition(
|
ShuttleGuiGetDefinition::ShuttleGuiGetDefinition(
|
||||||
wxWindow * pParent,CommandMessageTarget & target )
|
wxWindow * pParent,CommandMessageTarget & target )
|
||||||
: CommandMessageTargetDecorator( target ),
|
: ShuttleGui( pParent, eIsGettingMetadata ),
|
||||||
ShuttleGui( pParent, eIsGettingMetadata )
|
CommandMessageTargetDecorator( target )
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user