소스 검색

Whoops! Needed to use EXPCL_PANDA instead of EXPCL_PANDADX.

aignacio_sf 20 년 전
부모
커밋
00482ececd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);
 
-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: