diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-12-27 14:25:36 -0800 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2013-12-27 14:25:36 -0800 |
| commit | 8276d1721b574a96a6e9e6ba8efbc7d864b7c3e7 (patch) | |
| tree | bf4f5d9427306d9c0c4e1d40628357d3116aef4e | |
| parent | bc89055478fc79cc7b8b655ee23aed7760281318 (diff) | |
Modified VERSION name to avoid conflict with gcc 4.8.
| -rw-r--r-- | RtAudio.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ #include <iostream> // RtAudio version -static const std::string VERSION( "4.1.0pre" ); +static const std::string RTAUDIO_VERSION( "4.1.0pre" ); /*! \typedef typedef unsigned long RtAudioFormat; \brief RtAudio data format type. @@ -375,7 +375,7 @@ class RtAudio }; //! A static function to determine the current RtAudio version. - static std::string getVersion( void ) { return VERSION; } + static std::string getVersion( void ) { return RTAUDIO_VERSION; } //! A static function to determine the available compiled audio APIs. /*! |
