Add 'unflatten' to doxygen/dot processing
[senf.git] / Utils / hexdump.ih
index 2c530a8..0acf34a 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief hexdump internal header */
 
-#ifndef IH_hexdump_
-#define IH_hexdump_ 1
+#ifndef IH_SENF_Utils_hexdump_
+#define IH_SENF_Utils_hexdump_ 1
 
 // Custom includes
 #include <string>
@@ -45,7 +45,7 @@ namespace detail {
         HexDumper(std::ostream & os, unsigned block_size);
         ~HexDumper();
 
-        void operator()(unsigned ch);
+        void operator()(unsigned char ch);
 
     private:
         std::ostream & os_;