mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Whoops! Needed to use EXPCL_PANDA instead of EXPCL_PANDADX.
This commit is contained in:
parent
152ad1a173
commit
00482ececd
@ -69,7 +69,7 @@ PageTypeStatistics;
|
||||
|
||||
typedef bool (*LruPageTypeFunction) (LruPage *lru_page);
|
||||
|
||||
class EXPCL_PANDADX LruPage
|
||||
class EXPCL_PANDA LruPage
|
||||
{
|
||||
|
||||
protected:
|
||||
@ -150,7 +150,7 @@ public:
|
||||
// is not enough memory available, then the lowest priority pages
|
||||
// will be paged out first until there is enough memory available.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDADX Lru
|
||||
class EXPCL_PANDA Lru
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user