|
@@ -121,7 +121,7 @@ private:
|
|
|
public:
|
|
public:
|
|
|
std::string _answer_location;
|
|
std::string _answer_location;
|
|
|
WrapperType _wrapper_type;
|
|
WrapperType _wrapper_type;
|
|
|
- int _min_version;
|
|
|
|
|
|
|
+ int _min_version = 0;
|
|
|
std::string _wrapper_name;
|
|
std::string _wrapper_name;
|
|
|
std::set<FunctionRemap*> _remaps;
|
|
std::set<FunctionRemap*> _remaps;
|
|
|
bool _keep_method;
|
|
bool _keep_method;
|