| Index: compiled/filter/CommentFilter.h |
| =================================================================== |
| --- a/compiled/filter/CommentFilter.h |
| +++ b/compiled/filter/CommentFilter.h |
| @@ -22,8 +22,10 @@ |
| class CommentFilter : public Filter |
| { |
| public: |
| static constexpr Type classType = Type::COMMENT; |
| explicit CommentFilter(const String& text); |
| static Type Parse(const String& text); |
| static CommentFilter* Create(const String& text); |
| }; |
| + |
| +typedef intrusive_ptr<CommentFilter> CommentFilterPtr; |