mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
template<class Key, class Value, class Compare = method_hash<Key, less<Key> > >
|
||||
class EXPCL_PANDA_PUTIL SimpleHashMap {
|
||||
class SimpleHashMap {
|
||||
public:
|
||||
#ifndef CPPPARSER
|
||||
INLINE SimpleHashMap(const Compare &comp = Compare());
|
||||
|
Loading…
x
Reference in New Issue
Block a user