Filename is not set up for phash_map

This commit is contained in:
David Rose 2007-12-14 18:57:21 +00:00
parent 1b8d8e182d
commit d19b618e7e

View File

@ -269,8 +269,8 @@ public:
static ShaderCaps _default_caps;
typedef phash_map < Filename , Shader * > LoadTable;
typedef phash_map < string , Shader * > MakeTable;
typedef pmap < Filename , Shader * > LoadTable;
typedef pmap < string , Shader * > MakeTable;
static LoadTable _load_table;
static MakeTable _make_table;