Driver: Action vtables were still hungry.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66980 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/Action.cpp b/lib/Driver/Action.cpp
index d4cdb13..aafb589 100644
--- a/lib/Driver/Action.cpp
+++ b/lib/Driver/Action.cpp
@@ -71,6 +71,6 @@
   : JobAction(LinkJobClass, Inputs, Type) {
 }
 
-LipoJobAction(ActionList &Inputs, types::ID Type)     
+LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type)     
   : JobAction(LipoJobClass, Inputs, Type) {
 }