c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.h
changeset 16 65f51abd5fb8
parent 12 fde958908539
child 26 6e5c4e267ddb
     1.1 --- a/c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.h	Mon May 04 00:34:27 2015 +0200
     1.2 +++ b/c++/parameter-lister/info/globalcode/parameterLister/TerminalOutputModule.h	Tue May 05 22:19:24 2015 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5  class TerminalOutputModule : public OutputModule {
     1.6  public:
     1.7 -	virtual void process(std::ostream &output, std::string &command, std::vector<std::string> &args);
     1.8 +	virtual int process(std::ostream &output, std::string &command, std::vector<std::string> &args);
     1.9  private:
    1.10  
    1.11  };