diff options
Diffstat (limited to 'src/io/stringstream.cpp')
| -rw-r--r-- | src/io/stringstream.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/io/stringstream.cpp b/src/io/stringstream.cpp index 5a76e24a3..62918ffa5 100644 --- a/src/io/stringstream.cpp +++ b/src/io/stringstream.cpp @@ -37,9 +37,7 @@ StringInputStream::StringInputStream(Glib::ustring &sourceString) * */ StringInputStream::~StringInputStream() -{ - -} += default; /** * Returns the number of bytes that can be read (or skipped over) from @@ -82,15 +80,13 @@ int StringInputStream::get() * */ StringOutputStream::StringOutputStream() -{ -} += default; /** * */ StringOutputStream::~StringOutputStream() -{ -} += default; /** * Closes this output stream and releases any system resources |
