From 2185394da06d32a3655e71ec022da202477350e7 Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 21 Nov 2002 20:16:40 +0000 Subject: Re-applied patch for gcc3.2 --- (limited to 'noncore/settings/aqpkg/installdlgimpl.cpp') diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp index b297437..db9a259 100644 --- a/noncore/settings/aqpkg/installdlgimpl.cpp +++ b/noncore/settings/aqpkg/installdlgimpl.cpp @@ -165,7 +165,7 @@ void InstallDlgImpl :: installSelected() else { output->setText( "" ); - Destination *d = dataMgr->getDestination( destination->currentText() ); + vector::iterator d = dataMgr->getDestination( destination->currentText() ); QString dest = d->getDestinationName(); QString destDir = d->getDestinationPath(); int instFlags = flags; -- cgit v0.9.0.2