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;