From 217bdd7708845412dc06c434b7b8558aae3c703d Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Tue, 11 Jul 2006 03:45:46 +0000 Subject: [PATCH] Converted to VS2005. git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@1022 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- GasPhase.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GasPhase.cxx b/GasPhase.cxx index 23c11d27..dc6840b9 100644 --- a/GasPhase.cxx +++ b/GasPhase.cxx @@ -62,7 +62,8 @@ cxxGasPhase::~cxxGasPhase() struct gas_comp * cxxGasPhase::cxxGasPhaseComp2gas_comp() { - struct gas_comp *gas_comp_ptr(NULL); + //struct gas_comp *gas_comp_ptr(NULL); + struct gas_comp *gas_comp_ptr = NULL; if (this->gasPhaseComps.size() > 0) { int i = 0; int n;