summaryrefslogtreecommitdiff
path: root/tools/bit/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bit/make.h')
-rw-r--r--tools/bit/make.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bit/make.h b/tools/bit/make.h
index db0b69f88a0e..785912a6594d 100644
--- a/tools/bit/make.h
+++ b/tools/bit/make.h
@@ -29,6 +29,8 @@ struct Module
vector<string> classes;
vector<string> paths;
vector<string> installed;
+
+ bool HasClass(const string& cl);
};
/**