summaryrefslogtreecommitdiff
path: root/modules/WixWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-03-22 00:48:10 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-03-22 00:48:10 +0000
commitb47edb0428d6ec22e955e10ba1904cdc5a8c99e6 (patch)
tree65d7ad31f17a12f3f7031b81075df653077d3bb7 /modules/WixWorkspaceCreator.pm
parent29be59fa35f3d758213147792e44df60600fecca (diff)
downloadMPC-b47edb0428d6ec22e955e10ba1904cdc5a8c99e6.tar.gz
ChangeLogTag: Mon Mar 22 00:47:56 UTC 2010 Chad Elliott <elliott_c@gateway.2wire.net>
Diffstat (limited to 'modules/WixWorkspaceCreator.pm')
-rw-r--r--modules/WixWorkspaceCreator.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/WixWorkspaceCreator.pm b/modules/WixWorkspaceCreator.pm
index 60f42b39..fb03acc2 100644
--- a/modules/WixWorkspaceCreator.pm
+++ b/modules/WixWorkspaceCreator.pm
@@ -13,9 +13,10 @@ package WixWorkspaceCreator;
use strict;
use WixProjectCreator;
use WorkspaceCreator;
+use WinPropertyBase;
use vars qw(@ISA);
-@ISA = qw(WorkspaceCreator);
+@ISA = qw(WinPropertyBase WorkspaceCreator);
# ************************************************************
# Data Section