Browse Source

Whoops! Needed to use EXPCL_PANDA instead of EXPCL_PANDADX.

aignacio_sf 20 years ago
parent
commit
00482ececd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/display/lru.h

+ 2 - 2
panda/src/display/lru.h

@@ -69,7 +69,7 @@ PageTypeStatistics;
 
 
 typedef bool (*LruPageTypeFunction) (LruPage *lru_page);
 typedef bool (*LruPageTypeFunction) (LruPage *lru_page);
 
 
-class EXPCL_PANDADX LruPage
+class EXPCL_PANDA LruPage
 {
 {
 
 
 protected:
 protected:
@@ -150,7 +150,7 @@ public:
 // is not enough memory available, then the lowest priority pages
 // is not enough memory available, then the lowest priority pages
 // will be paged out first until there is enough memory available.
 // will be paged out first until there is enough memory available.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-class EXPCL_PANDADX Lru
+class EXPCL_PANDA Lru
 {
 {
 public:
 public: