X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstatement.h;h=f9287a51714f56e89719db5c2a3b6871f0889b81;hb=bbb5a5b00b4008684d5c32b3ea2fd21f7a5fad54;hp=b26f2c88efc2f709d5853eb97cc265b1155d823a;hpb=7df5e45c7f414f6a07681dc4ec2abb63b091a309;p=libs%2Fdatafile.git diff --git a/source/statement.h b/source/statement.h index b26f2c8..f9287a5 100644 --- a/source/statement.h +++ b/source/statement.h @@ -13,10 +13,10 @@ public: typedef std::vector Arguments; std::string keyword; - Arguments args; - bool valid; + Arguments args; + bool valid; std::string source; - unsigned line; + unsigned line; std::list sub; Statement();