summaryrefslogtreecommitdiffstats
path: root/src/base/ControlParameter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-16 21:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-16 21:56:43 +0900
commit8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445 (patch)
tree71225faf89542b685cf6ce4abe44a19c62051210 /src/base/ControlParameter.cpp
parent95fa0b3590f4be2e90efa67f9a9358cb57e9bdb0 (diff)
downloadrosegarden-8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445.tar.gz
rosegarden-8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445.zip
Switched from strstream to sstream.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/base/ControlParameter.cpp')
-rw-r--r--src/base/ControlParameter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base/ControlParameter.cpp b/src/base/ControlParameter.cpp
index 8606cf3..98942f9 100644
--- a/src/base/ControlParameter.cpp
+++ b/src/base/ControlParameter.cpp
@@ -19,12 +19,7 @@
COPYING included with this distribution for more information.
*/
-#if (__GNUC__ < 3)
-#include <strstream>
-#define stringstream strstream
-#else
#include <sstream>
-#endif
#include "ControlParameter.h"
#include "MidiTypes.h"