* fixed all compilation issues of printkit-stuff with gcc4 on Linux

* removed leagcy _sstream-header, we now use sstream, as both compilers provide it



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19109 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2006-10-23 22:57:37 +00:00
parent d03f6d5c29
commit 6b376d6055
23 changed files with 41 additions and 64 deletions
@@ -12,6 +12,7 @@
using namespace std;
class SpoolMetaData {
typedef std::string string;
private:
string fDescription;
string fMimeType;