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
|
|
@ -130,7 +130,7 @@ static PaVersionInfo versionInfo_ = {
|
|||
/*.versionText =*/ PA_VERSION_TEXT_
|
||||
};
|
||||
|
||||
const PaVersionInfo* Pa_GetVersionInfo()
|
||||
const PaVersionInfo* Pa_GetVersionInfo( void )
|
||||
{
|
||||
return &versionInfo_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue