Merge branch 'ticket_275_pass_void' into 'master'
Add void argument to Pa_GetVersionInfo() +1: Anonymous Merged-on: https://assembla.com/code/portaudio/git/merge_requests/6415893
This commit is contained in:
parent
c5e8f1dca7
commit
8dc6d59877
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ typedef struct PaVersionInfo {
|
|||
@see PaVersionInfo, paMakeVersionNumber
|
||||
@version Available as of 19.5.0.
|
||||
*/
|
||||
const PaVersionInfo* Pa_GetVersionInfo();
|
||||
const PaVersionInfo* Pa_GetVersionInfo( void );
|
||||
|
||||
|
||||
/** Error codes returned by PortAudio functions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue