X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fregmatch.h;h=b79104bad530f9f6846791e97cda7771f9252d37;hb=31cc8f0c6e874e2417e76eda50af34fd17bcd90c;hp=c5116cdc5408ec7238c65f6a250feb9bc23f8308;hpb=928694ff233bd4383f30b05bf6d2d37562b77a9a;p=libs%2Fcore.git diff --git a/source/strings/regmatch.h b/source/strings/regmatch.h index c5116cd..b79104b 100644 --- a/source/strings/regmatch.h +++ b/source/strings/regmatch.h @@ -36,10 +36,8 @@ public: operator bool() const { return match; } }; - typedef std::vector GroupArray; - private: - GroupArray groups; + std::vector groups; public: /** Constructs a RegMatch representing a non-match. */