diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2017-08-22 15:56:03 -0700 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2017-08-22 15:56:03 -0700 |
| commit | 142d06e9378de94f54e8c403bebeaa5f8d0cfae9 (patch) | |
| tree | bd031f79f7c18dbb9da74121173819795d2250ed | |
| parent | 7423320bc2cf2fb832aade4b65abc533ab96119f (diff) | |
Initialized member priority in CallbackInfo constructor.
| -rw-r--r-- | RtAudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -616,7 +616,7 @@ struct CallbackInfo { // Default constructor. CallbackInfo() - :object(0), callback(0), userData(0), errorCallback(0), apiInfo(0), isRunning(false), doRealtime(false) {} + :object(0), callback(0), userData(0), errorCallback(0), apiInfo(0), isRunning(false), doRealtime(false), priority(0) {} }; // **************************************************************** // |
