summaryrefslogtreecommitdiff
path: root/src/mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mask.h')
-rw-r--r--src/mask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mask.h b/src/mask.h
index 755a2229..ed9e8ac1 100644
--- a/src/mask.h
+++ b/src/mask.h
@@ -73,6 +73,7 @@ public:
}
mask_t& operator=(const string& other);
+ mask_t& assign_glob(const string& other);
bool operator<(const mask_t& other) const {
return expr < other.expr;