Loading ndb/tools/ndb_config.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ struct Match struct HostMatch : public Match { virtual int eval(NdbMgmHandle, const Iter&); virtual int eval(const Iter&); }; struct Apply Loading Loading @@ -402,7 +402,7 @@ Match::eval(const Iter& iter) } int HostMatch::eval(NdbMgmHandle h, const Iter& iter) HostMatch::eval(const Iter& iter) { const char* valc; Loading Loading
ndb/tools/ndb_config.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ struct Match struct HostMatch : public Match { virtual int eval(NdbMgmHandle, const Iter&); virtual int eval(const Iter&); }; struct Apply Loading Loading @@ -402,7 +402,7 @@ Match::eval(const Iter& iter) } int HostMatch::eval(NdbMgmHandle h, const Iter& iter) HostMatch::eval(const Iter& iter) { const char* valc; Loading