]> granicus.if.org Git - clang/commitdiff
Driver: Action vtables were still hungry.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 23:17:57 +0000 (23:17 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 23:17:57 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66980 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Action.cpp

index d4cdb13527a8c9cccae1f917aca190dd38d62684..aafb589f4218fa88a0df6bd3fc2a7fa71e029df0 100644 (file)
@@ -71,6 +71,6 @@ LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type)
   : JobAction(LinkJobClass, Inputs, Type) {
 }
 
-LipoJobAction(ActionList &Inputs, types::ID Type)     
+LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type)     
   : JobAction(LipoJobClass, Inputs, Type) {
 }