Browse Source

fix incorrect expcl

David Rose 21 years ago
parent
commit
acde259015
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/putil/load_prc_file.cxx

+ 1 - 1
panda/src/putil/load_prc_file.cxx

@@ -83,7 +83,7 @@ load_prc_file(const string &filename) {
 //               load_prc_file().  Returns true if successful, false
 //               if the file was unknown.
 ////////////////////////////////////////////////////////////////////
-EXPCL_PANDAEXPRESS bool
+bool
 unload_prc_file(ConfigPage *page) {
   ConfigPageManager *cp_mgr = ConfigPageManager::get_global_ptr();
   return cp_mgr->delete_explicit_page(page);