summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/RewindInputStream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RewindInputStream.hpp b/src/RewindInputStream.hpp
index 2b7e743..0acfc9d 100755
--- a/src/RewindInputStream.hpp
+++ b/src/RewindInputStream.hpp
@@ -17,7 +17,7 @@ class RewindInputStream : public std::istream {
protected:
RewindInputStream( const URL &url )
- : m_baseUrl( url ), std::istream( 0 )
+ : std::istream( 0 ), m_baseUrl( url )
{
}