diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-29 08:54:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-29 08:54:33 +0200 |
commit | 6439d93cbe64bacba1bcb858dd7cbb6a33fca60b (patch) | |
tree | bbaa8cfcbd06a07446ea3f71f2c06b9c30227d30 /compilerplugins | |
parent | 94cba04b33c9be270ee00002947f2456d453cf57 (diff) |
typo
Change-Id: I31053ae472f74eaf3a86159a273424174329d0bd
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/staticmethods.cxx | 2 |
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; |