Index: compiled/filter/CommentFilter.h |
=================================================================== |
--- a/compiled/filter/CommentFilter.h |
+++ b/compiled/filter/CommentFilter.h |
@@ -17,12 +17,13 @@ |
#pragma once |
#include "Filter.h" |
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); |
}; |