From: Douglas Gregor Date: Wed, 23 Dec 2009 18:27:13 +0000 (+0000) Subject: Fix another -Wmismatched-tags warning X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7aed44658ca96d01b3dc48c0de2379b05c823ed9;p=oota-llvm.git Fix another -Wmismatched-tags warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92017 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lto/LTOCodeGenerator.h b/tools/lto/LTOCodeGenerator.h index 2dd3f656577..cac3b8c8bf6 100644 --- a/tools/lto/LTOCodeGenerator.h +++ b/tools/lto/LTOCodeGenerator.h @@ -33,7 +33,7 @@ struct LTOCodeGenerator { LTOCodeGenerator(); ~LTOCodeGenerator(); - bool addModule(class LTOModule*, std::string& errMsg); + bool addModule(struct LTOModule*, std::string& errMsg); bool setDebugInfo(lto_debug_model, std::string& errMsg); bool setCodePICModel(lto_codegen_model, std::string& errMsg); void setAssemblerPath(const char* path);