diff runner/JAMSFeatureWriter.h @ 197:3b7ec45abd1c

Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
author Chris Cannam
date Tue, 01 Sep 2015 17:05:32 +0100
parents 859d8ec60e06
children cdd825dbba35
line wrap: on
line diff
--- a/runner/JAMSFeatureWriter.h	Tue Sep 01 15:51:07 2015 +0100
+++ b/runner/JAMSFeatureWriter.h	Tue Sep 01 17:05:32 2015 +0100
@@ -95,6 +95,7 @@
 
     QString writeTransformToObjectContents(const Transform &);
 
+    std::string m_format;
     bool m_network;
     bool m_networkRetrieved;
     int m_n;