aboutsummaryrefslogtreecommitdiff
path: root/src/builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/builder.h')
-rw-r--r--src/builder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/builder.h b/src/builder.h
index f27a042..296b9d7 100644
--- a/src/builder.h
+++ b/src/builder.h
@@ -54,6 +54,7 @@ public:
54 void processRequires( std::list<std::string> &lInput ); 54 void processRequires( std::list<std::string> &lInput );
55 void requires( const char *sBase, const char *sReq ); 55 void requires( const char *sBase, const char *sReq );
56 void requiresFromCommand( const char *sBase, const char *sReq ); 56 void requiresFromCommand( const char *sBase, const char *sReq );
57 void genRequiresFor( const char *sName );
57 void requiresRegexp( bool on ) 58 void requiresRegexp( bool on )
58 { 59 {
59 bReqRegexp = on; 60 bReqRegexp = on;