summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/weakobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/weakobject.cxx')
-rw-r--r--compilerplugins/clang/weakobject.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/compilerplugins/clang/weakobject.cxx b/compilerplugins/clang/weakobject.cxx
index 889835051c10..13144f541d82 100644
--- a/compilerplugins/clang/weakobject.cxx
+++ b/compilerplugins/clang/weakobject.cxx
@@ -24,7 +24,8 @@ class WeakObject
{
public:
- explicit WeakObject(InstantiationData const& rData) : Plugin(rData) {}
+ explicit WeakObject(loplugin::InstantiationData const& rData): Plugin(rData)
+ {}
void run() override {
if (compiler.getLangOpts().CPlusPlus) { // no OWeakObject in C