summaryrefslogtreecommitdiff
path: root/modules/MakeWorkspaceBase.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-03-21 16:04:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-03-21 16:04:48 +0000
commitfd4a101172f747e9525df26a0492466db196e6f9 (patch)
tree81e88d4cf95c29c32b44ea270787b53f90677484 /modules/MakeWorkspaceBase.pm
parentd557699ddb48b507ff76f05237de6063ad7af42c (diff)
downloadMPC-fd4a101172f747e9525df26a0492466db196e6f9.tar.gz
ChangeLogTag: Fri Mar 21 16:06:00 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/MakeWorkspaceBase.pm')
-rw-r--r--modules/MakeWorkspaceBase.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/MakeWorkspaceBase.pm b/modules/MakeWorkspaceBase.pm
index f4140d2b..a1a43bc6 100644
--- a/modules/MakeWorkspaceBase.pm
+++ b/modules/MakeWorkspaceBase.pm
@@ -144,9 +144,7 @@ sub write_named_targets {
sub post_workspace {
- my($self) = shift;
- my($creator) = shift;
- my($toplevel) = shift;
+ my($self, $wsfh, $creator, $toplevel) = @_;
if ($toplevel && $self->{'for_eclipse'}) {
my($crlf) = $self->crlf();