diff --git a/src/core/copysourcedevice.h b/src/core/copysourcedevice.h index 5717221..b13726b 100644 --- a/src/core/copysourcedevice.h +++ b/src/core/copysourcedevice.h @@ -20,6 +20,7 @@ #define COPYSOURCEDEVICE__H #include "../core/copysource.h" +#include "../util/libpartitionmanagerexport.h" #include @@ -33,7 +34,7 @@ class CoreBackendDevice; another Device or to backup its FileSystem to a file. @author Volker Lanz */ -class CopySourceDevice : public CopySource +class LIBKPMCORE_EXPORT CopySourceDevice : public CopySource { Q_DISABLE_COPY(CopySourceDevice) diff --git a/src/core/copytargetdevice.h b/src/core/copytargetdevice.h index de7ec11..05909f2 100644 --- a/src/core/copytargetdevice.h +++ b/src/core/copytargetdevice.h @@ -20,6 +20,7 @@ #define COPYTARGETDEVICE__H #include "../core/copytarget.h" +#include "../util/libpartitionmanagerexport.h" #include @@ -35,7 +36,7 @@ class CoreBackendDevice; @author Volker Lanz */ -class CopyTargetDevice : public CopyTarget +class LIBKPMCORE_EXPORT CopyTargetDevice : public CopyTarget { Q_DISABLE_COPY(CopyTargetDevice)