X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgduutil.cpp;h=976b091ef5e40d78ceef8cd79192b3d7bf1d1458;hb=e8f88ae9eb36023af537c24847744f57e6bf6c4e;hp=4993074b49d3c99312abdd3d61e55e6425ea46a5;hpb=80c5b0abe5cede1a859d8adc3ba825186ef1e74e;p=metaproxy-moved-to-github.git diff --git a/src/gduutil.cpp b/src/gduutil.cpp index 4993074..976b091 100644 --- a/src/gduutil.cpp +++ b/src/gduutil.cpp @@ -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)