Update to use Odr_int
[metaproxy-moved-to-github.git] / src / gduutil.cpp
index 4993074..976b091 100644 (file)
@@ -139,7 +139,7 @@ static void dump_opt_string(std::ostream& os, const char *s)
         os << "-";
 }
 
-static void dump_opt_int(std::ostream& os, const int *i)
+static void dump_opt_int(std::ostream& os, const Odr_int *i)
 {
     os << " ";
     if (i)