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

fix private inheritance in regex exception

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