summaryrefslogtreecommitdiff
path: root/src/libs/clangsupport/documentannotationschangedmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/documentannotationschangedmessage.h')
-rw-r--r--src/libs/clangsupport/documentannotationschangedmessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/clangsupport/documentannotationschangedmessage.h b/src/libs/clangsupport/documentannotationschangedmessage.h
index 63fbdcd902..370fd4d66f 100644
--- a/src/libs/clangsupport/documentannotationschangedmessage.h
+++ b/src/libs/clangsupport/documentannotationschangedmessage.h
@@ -35,7 +35,7 @@
namespace ClangBackEnd {
-class CMBIPC_EXPORT DocumentAnnotationsChangedMessage
+class CLANGSUPPORT_EXPORT DocumentAnnotationsChangedMessage
{
public:
DocumentAnnotationsChangedMessage() = default;
@@ -117,7 +117,7 @@ private:
QVector<SourceRangeContainer> m_skippedPreprocessorRanges;
};
-CMBIPC_EXPORT QDebug operator<<(QDebug debug, const DocumentAnnotationsChangedMessage &message);
+CLANGSUPPORT_EXPORT QDebug operator<<(QDebug debug, const DocumentAnnotationsChangedMessage &message);
std::ostream &operator<<(std::ostream &os, const DocumentAnnotationsChangedMessage &message);
DECLARE_MESSAGE(DocumentAnnotationsChangedMessage)