Fix build when building without SDL
Commit f2590c24df was incomplete and thus
LMMS failed to build when building without SDL support.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
|
||||
protected:
|
||||
virtual void sendByte( const Uint8 )
|
||||
virtual void sendByte( const unsigned char )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user