X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fstatement.h;h=f9287a51714f56e89719db5c2a3b6871f0889b81;hp=b26f2c88efc2f709d5853eb97cc265b1155d823a;hb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;hpb=35d0da96bad97214376f18d15078e6d731e6f219 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();