mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
interrogate: fix uninitialized var, fixes sporadic nb_true_divide
This was a regression introduced by fa6c066b2f21856036cb24d482a7152406c6c2e2 (which in turn fixed #529)
This commit is contained in:
parent
08c686ba18
commit
a634e729c8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user