From: Daniel Dunbar Date: Fri, 13 Mar 2009 23:17:57 +0000 (+0000) Subject: Driver: Action vtables were still hungry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c3f599bcaf79302caae6183464c9fe4532cbcd2;p=clang 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 d4cdb13527..aafb589f42 100644 --- a/lib/Driver/Action.cpp +++ b/lib/Driver/Action.cpp @@ -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) { }