mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
whoops, templates shouldn't be expcled
This commit is contained in:
parent
6e1bfc4ff5
commit
a5ddc4961a
@ -40,7 +40,7 @@
|
|||||||
// entry is stored per each different key pointer.
|
// entry is stored per each different key pointer.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
template<class Key, class Value, class Compare = method_hash<Key, less<Key> > >
|
template<class Key, class Value, class Compare = method_hash<Key, less<Key> > >
|
||||||
class EXPCL_PANDA_PUTIL SimpleHashMap {
|
class SimpleHashMap {
|
||||||
public:
|
public:
|
||||||
#ifndef CPPPARSER
|
#ifndef CPPPARSER
|
||||||
INLINE SimpleHashMap(const Compare &comp = Compare());
|
INLINE SimpleHashMap(const Compare &comp = Compare());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user