aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/stringstream.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-02-27 09:33:06 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-02-27 09:33:06 (GMT)
commit254bc96daf7040f6d611478c88b7c35182520d70 (patch)
tree9f2c0f91c6d609bd78899903aec24e9a8fc2e235 /src/FbTk/stringstream.hh
parentce1aca9b3eb0e0f503abc383c1d4e987c8b2259b (diff)
downloadfluxbox-254bc96daf7040f6d611478c88b7c35182520d70.zip
fluxbox-254bc96daf7040f6d611478c88b7c35182520d70.tar.bz2
fixed little preprocessor error
Diffstat (limited to 'src/FbTk/stringstream.hh')
-rw-r--r--src/FbTk/stringstream.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/stringstream.hh b/src/FbTk/stringstream.hh
index b450144..54bd6f0 100644
--- a/src/FbTk/stringstream.hh
+++ b/src/FbTk/stringstream.hh
@@ -30,7 +30,7 @@
30#include <sstream> 30#include <sstream>
31#define FbTk_istringstream std::istringstream 31#define FbTk_istringstream std::istringstream
32#define FbTk_ostringstream std::ostringstream 32#define FbTk_ostringstream std::ostringstream
33#elif HAVE_STRSTREAM 33#elif defined(HAVE_STRSTREAM)
34#include <strstream> 34#include <strstream>
35#define FbTk_istringstream std::istrstream 35#define FbTk_istringstream std::istrstream
36#define FbTk_ostringstream std::ostrstream 36#define FbTk_ostringstream std::ostrstream