summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-29 08:54:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-29 08:54:33 +0200
commit6439d93cbe64bacba1bcb858dd7cbb6a33fca60b (patch)
treebbaa8cfcbd06a07446ea3f71f2c06b9c30227d30 /compilerplugins
parent94cba04b33c9be270ee00002947f2456d453cf57 (diff)
typo
Change-Id: I31053ae472f74eaf3a86159a273424174329d0bd
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/staticmethods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx
index 98fca8a73e83..8727026e8fba 100644
--- a/compilerplugins/clang/staticmethods.cxx
+++ b/compilerplugins/clang/staticmethods.cxx
@@ -217,7 +217,7 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
if ((fdc.Function("autoInstallFontLangSupport").Class("PrintFontManager")
.Namespace("psp").GlobalNamespace())
|| fdc.Function("AllocateFrame").Class("GtkSalFrame").GlobalNamespace()
- || (fdc.Function("TriggerPaintEvent").Class("GtkSalFrame::")
+ || (fdc.Function("TriggerPaintEvent").Class("GtkSalFrame")
.GlobalNamespace()))
{
return true;