X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fpattern.h;h=bfaee777d46e89dc4b0b2eb390b21b27bf29cad4;hb=3d6dd09af3bd2a5f81e2d79e9fa1e302bf2c70a0;hp=5da52eb7d1f3a4786fcd76b5a8b0b47e742e563e;hpb=75e33019504dd0748690f89cffeee298c18278f4;p=builder.git diff --git a/source/lib/pattern.h b/source/lib/pattern.h index 5da52eb..bfaee77 100644 --- a/source/lib/pattern.h +++ b/source/lib/pattern.h @@ -3,13 +3,14 @@ #include #include +#include "libbuilder_api.h" /** Stores a filename pattern. A pattern consists of a prefix and a suffix, and can be applied to a body to form a complete filename. Either or both of the prefix and suffix may be empty. */ -class Pattern +class LIBBUILDER_API Pattern { private: std::string prefix;