mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
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
|
// load_prc_file(). Returns true if successful, false
|
||||||
// if the file was unknown.
|
// if the file was unknown.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
EXPCL_PANDAEXPRESS bool
|
bool
|
||||||
unload_prc_file(ConfigPage *page) {
|
unload_prc_file(ConfigPage *page) {
|
||||||
ConfigPageManager *cp_mgr = ConfigPageManager::get_global_ptr();
|
ConfigPageManager *cp_mgr = ConfigPageManager::get_global_ptr();
|
||||||
return cp_mgr->delete_explicit_page(page);
|
return cp_mgr->delete_explicit_page(page);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user