diff options
Diffstat (limited to 'src/mask.h')
-rw-r--r-- | src/mask.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |