From 714859e57447f11cb05b37096dcd42269a22a5e9 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Thu, 15 Jul 2010 23:11:54 +0000 Subject: [PATCH] fixed hiding variables git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4641 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- IPhreeqc.vcproj | 216 +++++++++++++++++++++++++++++++++++++++++++++ include/IPhreeqc.h | 2 +- 2 files changed, 217 insertions(+), 1 deletion(-) diff --git a/IPhreeqc.vcproj b/IPhreeqc.vcproj index 0c6aebcb..9b0d62ca 100644 --- a/IPhreeqc.vcproj +++ b/IPhreeqc.vcproj @@ -4683,18 +4683,78 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl;fi;fd" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4711,10 +4771,166 @@ RelativePath=".\include\IPhreeqc.hpp" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/include/IPhreeqc.h b/include/IPhreeqc.h index fd459e54..bc26954a 100644 --- a/include/IPhreeqc.h +++ b/include/IPhreeqc.h @@ -15,7 +15,7 @@ typedef enum { IPQ_INVALIDARG = -3, /*!< Failure, Invalid argument */ IPQ_INVALIDROW = -4, /*!< Failure, Invalid row */ IPQ_INVALIDCOL = -5, /*!< Failure, Invalid column */ - IPQ_BADINSTANCE = -6, /*!< Failure, Invalid instance id */ + IPQ_BADINSTANCE = -6 /*!< Failure, Invalid instance id */ } IPQ_RESULT;