Changes to makefiles and other things

This commit is contained in:
jmerelo 1999-02-09 18:40:00 +00:00
commit a5d27679da
3 changed files with 5 additions and 6 deletions

View file

@ -45,7 +45,7 @@ public:
eoOp<EOT> * opPtr = NULL;
try {
opPtr = eoOpFactory<EOT>::make( _is );
} catch ( string& objectTypeStr ) {
} catch ( const string& objectTypeStr ) {
if ( objectTypeStr == "eoBinRandom") {
opPtr = new eoBinRandom<EOT>();
}