parent
8d84c58d73
commit
239f66cf11
|
|
@ -2618,7 +2618,7 @@ extern EXPCL_DTOOL_DTOOLBASE int panda_version_$VERSION1_$VERSION2;
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class CheckPandaVersion {
|
class CheckPandaVersion {
|
||||||
public:
|
public:
|
||||||
int check() { return panda_version_$VERSION1_$VERSION2; }
|
int check_version() { return panda_version_$VERSION1_$VERSION2; }
|
||||||
};
|
};
|
||||||
template class CheckPandaVersion<void>;
|
template class CheckPandaVersion<void>;
|
||||||
# endif
|
# endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue