mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Add some casting and namespace specifiers to keep MSVC happy
This commit is contained in:
parent
0277c8c8d1
commit
9cf2cf55f5
4 changed files with 11 additions and 10 deletions
|
|
@ -420,7 +420,7 @@ PMEXPORT PmError Pm_Poll( PortMidiStream *stream )
|
|||
return pm_errmsg(err);
|
||||
}
|
||||
|
||||
return !Pm_QueueEmpty(midi->queue);
|
||||
return (PmError) !Pm_QueueEmpty(midi->queue);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue