X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fexpressionmatch.h;h=a22b34bfd577353e0aa0b4b2d1f5d87f01263f45;hp=271277865e715f064e46c0e39ee4aeeb5c844eb7;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/common/expressionmatch.h b/src/common/expressionmatch.h index 27127786..a22b34bf 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: