mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix LNK4217 linker warnings on Windows
This commit is contained in:
parent
a906f34eee
commit
b3bb19180e
@ -31,7 +31,7 @@ public:
|
|||||||
* extended should create a specialization of this class template.
|
* extended should create a specialization of this class template.
|
||||||
*/
|
*/
|
||||||
template<class T>
|
template<class T>
|
||||||
class EXPCL_INTERROGATEDB Extension : public ExtensionBase<T> {
|
class Extension : public ExtensionBase<T> {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user