Whoops! Needed to use EXPCL_PANDA instead of EXPCL_PANDADX.

This commit is contained in:
aignacio_sf 2006-01-10 21:48:33 +00:00
parent 152ad1a173
commit 00482ececd

View File

@ -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: