]> git.tdb.fi Git - builder.git/blobdiff - source/lib/task.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / task.h
index 915ffe12a9e774f27adc9caede2736b59779492e..b0f56f470399446d7339b1508300c2f0fd89e59f 100644 (file)
@@ -4,13 +4,14 @@
 #include <string>
 #include <sigc++/signal.h>
 #include <msp/fs/path.h>
+#include "libbuilder_api.h"
 
 /**
 Tasks are used to manage other programs and worker threads involved in the
 build process.  They are run asynchronously by default, but a wait() method is
 provided should it be necessary to wait for a task to finish.
 */
-class Task
+class LIBBUILDER_API Task
 {
 public:
        enum Status