Changes to makefiles and other things
This commit is contained in:
parent
5318810e81
commit
a5d27679da
3 changed files with 5 additions and 6 deletions
|
|
@ -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>();
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue