summaryrefslogtreecommitdiff
path: root/src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h')
-rw-r--r--src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h b/src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h
index c220aa2377..2cb5ec2417 100644
--- a/src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h
+++ b/src/libs/clangsupport/dynamicastmatcherdiagnosticcontextcontainer.h
@@ -55,7 +55,7 @@ public:
return m_contextType;
}
- CMBIPC_EXPORT Utils::SmallString contextTypeText() const;
+ CLANGSUPPORT_EXPORT Utils::SmallString contextTypeText() const;
const Utils::SmallStringVector &arguments() const
{
@@ -107,7 +107,7 @@ private:
using DynamicASTMatcherDiagnosticContextContainers = std::vector<DynamicASTMatcherDiagnosticContextContainer>;
-CMBIPC_EXPORT QDebug operator<<(QDebug debug, const DynamicASTMatcherDiagnosticContextContainer &container);
+CLANGSUPPORT_EXPORT QDebug operator<<(QDebug debug, const DynamicASTMatcherDiagnosticContextContainer &container);
std::ostream &operator<<(std::ostream &os, const DynamicASTMatcherDiagnosticContextContainer &container);
} // namespace ClangBackEnd