summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Action.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-13 23:17:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-13 23:17:57 +0000
commit0c3f599bcaf79302caae6183464c9fe4532cbcd2 (patch)
tree025000306584714be60d2f536e68f8445380643c /lib/Driver/Action.cpp
parent879d27ad4670716c7cea7f86274f6096f6868fe1 (diff)
Driver: Action vtables were still hungry.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Action.cpp')
-rw-r--r--lib/Driver/Action.cpp2
1 files changed, 1 insertions, 1 deletions
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) {
}