X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fhexdump.hh;h=dc6b3f4433d734bf1a80fbddbe34e723780359be;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=900109746b31869ab74a9b0427f157d4548f838f;hpb=9cd0c7d8fc22ecf342c5d2a45980c245b827a67f;p=senf.git diff --git a/Utils/hexdump.hh b/Utils/hexdump.hh index 9001097..dc6b3f4 100644 --- a/Utils/hexdump.hh +++ b/Utils/hexdump.hh @@ -37,7 +37,7 @@ namespace senf { /** \brief write the contents from Iterator i to i_end to the output stream in hexadecimal format. */ template - 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////////////////////////////////////////