X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fexpressionmatch.h;h=689d14f9de65fc757812c193a2a1270eef4ed6cd;hp=271277865e715f064e46c0e39ee4aeeb5c844eb7;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a diff --git a/src/common/expressionmatch.h b/src/common/expressionmatch.h index 27127786..689d14f9 100644 --- a/src/common/expressionmatch.h +++ b/src/common/expressionmatch.h @@ -20,6 +20,8 @@ #pragma once +#include "common-export.h" + #include #include #include @@ -27,7 +29,7 @@ /** * Expression matcher with multiple modes of operation and automatic caching for performance */ -class ExpressionMatch +class COMMON_EXPORT ExpressionMatch { public: @@ -43,7 +45,7 @@ public: /** * Construct an empty ExpressionMatch */ - ExpressionMatch() {} + ExpressionMatch() = default; /** * Construct an Expression match with the given parameters