]> git.tdb.fi Git - builder.git/blobdiff - source/lib/pattern.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / pattern.h
index 5da52eb7d1f3a4786fcd76b5a8b0b47e742e563e..bfaee777d46e89dc4b0b2eb390b21b27bf29cad4 100644 (file)
@@ -3,13 +3,14 @@
 
 #include <string>
 #include <vector>
+#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;