diff options
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/weakobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/weakobject.cxx b/compilerplugins/clang/weakobject.cxx index a148da0ee2d4..7c36f93a1d92 100644 --- a/compilerplugins/clang/weakobject.cxx +++ b/compilerplugins/clang/weakobject.cxx @@ -123,7 +123,7 @@ public: return true; } } - else if (pCalled->getName() == "relase_ChildImpl") // FIXME remove this lunacy + else if (pCalled->getName() == "release_ChildImpl") // FIXME remove this lunacy { return true; } |