PPI: Checkin of first compiling (yet not working) version
[senf.git] / Utils / hexdump.hh
index 9001097..dc6b3f4 100644 (file)
@@ -37,7 +37,7 @@ namespace senf {
     /** \brief write the contents from Iterator i to i_end to the output stream in hexadecimal format.
      */
     template <class Iterator>
-    void hexdump(Iterator i, Iterator const & i_end, std::ostream& stream, unsigned block_size=16);
+    void hexdump(Iterator i, Iterator i_end, std::ostream & stream, unsigned block_size=16);
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////