Make some unit tests use mock file output
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinehelpcontext.h
index 330f20aa6f486572d71bbf11c57abd27698c4876..be59e70cbb9d7a444108fff3e4503f7442a53a61 100644 (file)
@@ -76,8 +76,8 @@ class CommandLineHelpContext
          *
          * Wraps the constructor of HelpWriterContext.
          */
-        CommandLineHelpContext(File *file, HelpOutputFormat format,
-                               const HelpLinks *links,
+        CommandLineHelpContext(TextOutputStream *stream,
+                               HelpOutputFormat format, const HelpLinks *links,
                                const std::string &programName);
         //! Creates a context for a particular HelpWriterContext.
         explicit CommandLineHelpContext(const HelpWriterContext &writerContext);