diff options
Diffstat (limited to 'common/archive.h')
-rw-r--r-- | common/archive.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/archive.h b/common/archive.h index 97eaf801a7..1523eef651 100644 --- a/common/archive.h +++ b/common/archive.h @@ -62,7 +62,7 @@ public: * * @return The number of names added to list. */ - virtual int matchPattern(StringList &list, const String &pattern) = 0; + virtual int matchPattern(StringList &list, const String &pattern); /** * Add all the names present in the Archive. Returned @@ -144,7 +144,6 @@ public: }; - /** * SearchSet enables access to a group of Archives through the Archive interface. * Its intended usage is a situation in which there are no name clashes among names in the |