BUG: Use copy instead of reference

This commit is contained in:
andy
2012-11-20 18:05:10 +00:00
parent 4fa148f431
commit 97b08a9b13

View File

@ -64,7 +64,7 @@ private:
const objectRegistry& obr_; const objectRegistry& obr_;
//- Prefix //- Prefix
const word& prefix_; const word prefix_;
//- File names //- File names
wordHashSet names_; wordHashSet names_;