]> git.donarmstrong.com Git - mothur.git/blobdiff - display.h
created mothurOut class to handle logfiles
[mothur.git] / display.h
index 5963975aeb61487f8d49b73aff2a817e2fb23d2d..8671fa6fde96ed137c48b0e9763a029f942df8fd 100644 (file)
--- a/display.h
+++ b/display.h
@@ -22,8 +22,10 @@ public:
        virtual bool getAll()   {       bool a; return a;       }
        virtual string getName() { return ""; };
        virtual ~Display() {}
+       Display() {  m = MothurOut::getInstance();  }
        
-private:
+protected:
+       MothurOut* m;
        
 };