Skip to content

v0.2.54..v0.2.55 changeset DataConverter.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h b/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
index 354e1b0..5122a65 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
@@ -118,6 +118,8 @@ public:
 
 private:
 
+  friend class DataConverterTest;
+
   QString _translation;
   QString _translationDirection;
   QStringList _shapeFileColumns;
Clone this wiki locally