From 6439d93cbe64bacba1bcb858dd7cbb6a33fca60b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 Jun 2016 08:54:33 +0200 Subject: [PATCH] typo Change-Id: I31053ae472f74eaf3a86159a273424174329d0bd --- compilerplugins/clang/staticmethods.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;