summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackLog.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 22:22:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 22:22:39 (GMT)
commitf00b344adac6ec59d5432311d3986a21582a62f9 (patch)
tree91860142ee20389fb57ef4d42993c6c489cb08da /Source/CPack/cmCPackLog.cxx
parentbbf1c2d275ce58a76cfe5d3a6539a3bb490456b7 (diff)
downloadCMake-f00b344adac6ec59d5432311d3986a21582a62f9.zip
CMake-f00b344adac6ec59d5432311d3986a21582a62f9.tar.gz
CMake-f00b344adac6ec59d5432311d3986a21582a62f9.tar.bz2
COMP: Fix compile errors
Diffstat (limited to 'Source/CPack/cmCPackLog.cxx')
-rw-r--r--Source/CPack/cmCPackLog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackLog.cxx b/Source/CPack/cmCPackLog.cxx
index 85861c7..d643589 100644
--- a/Source/CPack/cmCPackLog.cxx
+++ b/Source/CPack/cmCPackLog.cxx
@@ -44,7 +44,7 @@ cmCPackLog::~cmCPackLog()
}
//----------------------------------------------------------------------
-void cmCPackLog::SetLogOutputStream(ostream* os)
+void cmCPackLog::SetLogOutputStream(std::ostream* os)
{
if ( m_LogOutputCleanup && m_LogOutput )
{