X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbuffersyncer.h;h=6db6f9c802be6b11738b0ad22b30ba56452f0fed;hp=5d4f38371f8bd17f8be85b9096e72ee177b67820;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/common/buffersyncer.h b/src/common/buffersyncer.h index 5d4f3837..6db6f9c8 100644 --- a/src/common/buffersyncer.h +++ b/src/common/buffersyncer.h @@ -20,11 +20,13 @@ #pragma once +#include "common-export.h" + #include "syncableobject.h" #include "types.h" #include "message.h" -class BufferSyncer : public SyncableObject +class COMMON_EXPORT BufferSyncer : public SyncableObject { Q_OBJECT SYNCABLE_OBJECT