mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
fix pointer var declarations in AudioInjector class
This commit is contained in:
parent
9d7e29e06f
commit
fd6fb60d24
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void AudioInjector::setPosition(float* position) {
|
|||
_position[2] = position[2];
|
||||
}
|
||||
|
||||
void AudioInjector::injectAudio(UDPSocket *injectorSocket, sockaddr *destinationSocket) {
|
||||
void AudioInjector::injectAudio(UDPSocket* injectorSocket, sockaddr* destinationSocket) {
|
||||
if (_audioSampleArray != NULL) {
|
||||
timeval startTime;
|
||||
|
||||
|
|
Loading…
Reference in a new issue