From 52d0fe67f8998b215a47ebc697600cae49a7b17a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 18:20:38 +0100 Subject: o Better class names for options. --- apps/sample-convert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/sample-convert.cpp b/apps/sample-convert.cpp index 0c3aa9a..c7173a1 100644 --- a/apps/sample-convert.cpp +++ b/apps/sample-convert.cpp @@ -68,14 +68,14 @@ public: } std::vector options; - trygvis::sensor::io::timestamp_field tf(timestamp_field); + trygvis::sensor::io::timestamp_field_option tf(timestamp_field); if (!timestamp_field.empty()) { options.push_back(&tf); } tokenizer<> tok(fields); - output_fields fs; + output_fields_option fs; std::copy(tok.begin(), tok.end(), std::back_inserter(fs.fields)); if (!fs.fields.empty()) { options.push_back(&fs); -- cgit v1.2.3