Skip to content

Commit

Permalink
Revert "Initialize mStreamCallback to nullptr. Fixes #44."
Browse files Browse the repository at this point in the history
This reverts commit 4e7965d.
  • Loading branch information
dturner authored Feb 12, 2018
1 parent 9c2e8bf commit 9b73d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oboe/AudioStreamBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class AudioStreamBase {
}

protected:
AudioStreamCallback *mStreamCallback = nullptr;
AudioStreamCallback *mStreamCallback;
int32_t mFramesPerCallback = kUnspecified;
int32_t mChannelCount = kUnspecified;
int32_t mSampleRate = kUnspecified;
Expand Down

0 comments on commit 9b73d07

Please sign in to comment.