diff options
| author | theAdib <theAdib@users.sourceforge.net> | 2007-12-22 13:49:04 +0000 |
|---|---|---|
| committer | theAdib <theAdib@users.sourceforge.net> | 2007-12-22 13:49:04 +0000 |
| commit | 3a114d4d8708c5f43a21eb4f6e3a548942d715a5 (patch) | |
| tree | 752728760bb86ec74d58a6000ebfbb8d27d9616f /src | |
| parent | fix bug where changing units changed angles of axonometric grid (diff) | |
| download | inkscape-3a114d4d8708c5f43a21eb4f6e3a548942d715a5.tar.gz inkscape-3a114d4d8708c5f43a21eb4f6e3a548942d715a5.zip | |
BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3
(bzr r4274)
Diffstat (limited to 'src')
| -rw-r--r-- | src/svg/stringstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/stringstream.h b/src/svg/stringstream.h index 562288458..8ef5ece52 100644 --- a/src/svg/stringstream.h +++ b/src/svg/stringstream.h @@ -48,7 +48,7 @@ public: } void str (std::string &s) { - return ostr.str(s); + ostr.str(s); } std::streamsize precision() const { |
