X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregmatch.h;fp=source%2Fstrings%2Fregmatch.h;h=b79104bad530f9f6846791e97cda7771f9252d37;hp=c5116cdc5408ec7238c65f6a250feb9bc23f8308;hb=f24e7b96e76b63c9b9b8a6bce4c7a9db64276ea8;hpb=9f754b788b872f9768af8c3a4f9e001a588e011a 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. */