]> git.tdb.fi Git - builder.git/blobdiff - source/lib/binarypackage.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / binarypackage.h
index 62a8acf3fc6ba70bc2a2d2c215c7359cf8b8a5d9..b7d3294be7c25b6d9d38f6fd213af61d3e07141c 100644 (file)
@@ -1,13 +1,14 @@
 #ifndef BINARYPACKAGE_H_
 #define BINARYPACKAGE_H_
 
+#include "libbuilder_api.h"
 #include "package.h"
 
 /**
 Represents a package that is installed on the system, but can't be built by
 Builder.
 */
-class BinaryPackage: public Package
+class LIBBUILDER_API BinaryPackage: public Package
 {
 public:
        class Loader: public Msp::DataFile::DerivedObjectLoader<BinaryPackage, Package::Loader>