diff options
author | Michele Calgaro <[email protected]> | 2018-08-16 21:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-16 21:57:18 +0900 |
commit | 26afcbf0f90d77adde8d3f0948ffc2b707413315 (patch) | |
tree | 9124566bda7ff924012853629fdbf40bfab0857a /src/base/AudioPluginInstance.cpp | |
parent | 2022a170faedb70b4bb5b9361aace6ec1686280f (diff) | |
download | rosegarden-26afcbf0f90d77adde8d3f0948ffc2b707413315.tar.gz rosegarden-26afcbf0f90d77adde8d3f0948ffc2b707413315.zip |
Switched from strstream to sstream.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445)
Diffstat (limited to 'src/base/AudioPluginInstance.cpp')
-rw-r--r-- | src/base/AudioPluginInstance.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/base/AudioPluginInstance.cpp b/src/base/AudioPluginInstance.cpp index 112687b..aaac7ba 100644 --- a/src/base/AudioPluginInstance.cpp +++ b/src/base/AudioPluginInstance.cpp @@ -23,13 +23,7 @@ #include <iostream> #include <cstring> - -#if (__GNUC__ < 3) -#include <strstream> -#define stringstream strstream -#else #include <sstream> -#endif namespace Rosegarden { |