diff Tester.h @ 4:d8724c5a6d83

* numbering and clearer output
author cannam
date Tue, 17 Mar 2009 17:11:35 +0000
parents f89128a316e7
children 3019cb6b538d
line wrap: on
line diff
--- a/Tester.h	Tue Mar 17 16:38:47 2009 +0000
+++ b/Tester.h	Tue Mar 17 17:11:35 2009 +0000
@@ -50,7 +50,7 @@
     Tester(std::string pluginKey);
     ~Tester();
 
-    bool test();
+    bool test(int &notes, int &warnings, int &errors);
 
     class Registrar {
     public: