WaE: case value not in enumerated type 'NSEventSubtype'
Change-Id: Iaf5de07b7f0da7294681b9cdc152575a756a73c7
This commit is contained in:
@@ -445,7 +445,8 @@ bool AquaSalInstance::isNSAppThread() const
|
|||||||
|
|
||||||
void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent )
|
void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent )
|
||||||
{
|
{
|
||||||
switch( [pEvent subtype] )
|
int nSubtype = [pEvent subtype];
|
||||||
|
switch( nSubtype )
|
||||||
{
|
{
|
||||||
case AppStartTimerEvent:
|
case AppStartTimerEvent:
|
||||||
AquaSalTimer::handleStartTimerEvent( pEvent );
|
AquaSalTimer::handleStartTimerEvent( pEvent );
|
||||||
|
Reference in New Issue
Block a user