]> git.tdb.fi Git - builder.git/blobdiff - source/lib/customizedtool.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / customizedtool.h
index 55c4c6ad721a612e37dc2861ada5328e58355e00..cd58edbabd529ac9a36f809593ba5561dc9bbea8 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef CUSTOMIZEDTOOL_H_
 #define CUSTOMIZEDTOOL_H_
 
+#include "libbuilder_api.h"
 #include "tool.h"
 
-class CustomizedTool: public Tool
+class LIBBUILDER_API CustomizedTool: public Tool
 {
 protected:
        Tool &parent;