ZynAddSubFX: fixed compiler warnings

This commit is contained in:
Tobias Doerffel
2009-02-28 17:13:53 +01:00
parent 890f4564a1
commit 9023304b7a

View File

@@ -114,8 +114,8 @@ public:
pthread_mutex_lock( &__gui_mutex );
__gui_messages.push( _m );
pthread_mutex_unlock( &__gui_mutex );
return true;
}
return true;
}
virtual ~remoteZynAddSubFX()
@@ -287,6 +287,8 @@ void * guiThread( void * )
pthread_mutex_unlock( &__gui_mutex );
}
Fl::flush();
return NULL;
}