Remove Options::isSet()
[alexxy/gromacs.git] / src / testutils / refdata.h
index acd1d9364b0d1f6479ae4f4b31cb756964660bf5..083fbf38a970226f1dcac0605de4d7f10a353827 100644 (file)
@@ -52,7 +52,7 @@
 namespace gmx
 {
 
-class Options;
+class IOptionsContainer;
 
 namespace test
 {
@@ -103,7 +103,7 @@ enum ReferenceDataMode
  *
  * \ingroup module_testutils
  */
-void initReferenceData(Options *options);
+void initReferenceData(IOptionsContainer *options);
 
 class TestReferenceChecker;