Skip to content
Snippets Groups Projects
Commit c3727b43 authored by ilor's avatar ilor
Browse files

fix private inheritance in regex exception

parent 8a67108c
Branches
No related merge requests found
......@@ -56,7 +56,7 @@ private:
const boost::shared_ptr<const RegexPattern> pattern_;
};
class RegexParseError : WcclError
class RegexParseError : public WcclError
{
public:
RegexParseError(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment