fix incorrect expcl
This commit is contained in:
parent
86b7edace2
commit
acde259015
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue