comparison Plugins/Engine/SharedLibrary.h @ 2223:29689b30f9ae

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Dec 2016 15:28:05 +0100
parents dd609a99d39a
children a3a65de1840f
comparison
equal deleted inserted replaced
2222:21713ce8717b 2223:29689b30f9ae
58 void *handle_; 58 void *handle_;
59 59
60 FunctionPointer GetFunctionInternal(const std::string& name); 60 FunctionPointer GetFunctionInternal(const std::string& name);
61 61
62 public: 62 public:
63 SharedLibrary(const std::string& path); 63 explicit SharedLibrary(const std::string& path);
64 64
65 ~SharedLibrary(); 65 ~SharedLibrary();
66 66
67 const std::string& GetPath() const 67 const std::string& GetPath() const
68 { 68 {