summaryrefslogtreecommitdiffstats
path: root/tests/hawd/modules/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hawd/modules/check.h')
-rw-r--r--tests/hawd/modules/check.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hawd/modules/check.h b/tests/hawd/modules/check.h
index 48f2732..035f45a 100644
--- a/tests/hawd/modules/check.h
+++ b/tests/hawd/modules/check.h
@@ -31,6 +31,7 @@ public:
31 31
32private: 32private:
33 static bool check(const QStringList &commands, State &state); 33 static bool check(const QStringList &commands, State &state);
34 static void checkFile(const QString &name, State &state);
34}; 35};
35 36
36} // namespace HAWD 37} // namespace HAWD