use const reference instead of shared_prt.

This commit is contained in:
Liu Ming
2016-07-08 14:52:37 +08:00
parent 3f819e908d
commit daf1eb9e74
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ namespace Opm {
namespace MissingFeatures {
void checkKeywords(std::shared_ptr<const Deck> deck);
void checkKeywords(const Deck& deck);
}