X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Floaderaction.h;h=972757bd399fbc953cd65100567eca343cf99d7b;hb=a582163d380833b1370ba067a1fd0ad5c2984723;hp=ff478ec2df7aa8ed651914922516781e3f519278;hpb=db9c49893c2a9475cb5efa4a53bc481a5f66231f;p=libs%2Fdatafile.git diff --git a/source/loaderaction.h b/source/loaderaction.h index ff478ec..972757b 100644 --- a/source/loaderaction.h +++ b/source/loaderaction.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspdatafile -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions +Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -86,7 +86,7 @@ public: { std::vector values; values.reserve(st.args.size()); - for(ValueArray::const_iterator i=st.args.begin(); i!=st.args.end(); ++i) + for(Statement::Arguments::const_iterator i=st.args.begin(); i!=st.args.end(); ++i) values.push_back(i->get()); (dynamic_cast(l).*func)(values); }