Browse Source

*** empty log message ***

David Rose 25 năm trước cách đây
mục cha
commit
afe47fb02e

+ 2 - 0
panda/src/putil/config_util.N

@@ -1,2 +1,4 @@
 forcetype DSearchPath
 forcetype DSearchPath
+forcetype Filename
+
 
 

+ 3 - 0
panda/src/putil/config_util.cxx

@@ -22,6 +22,9 @@
 #include "writeableConfigurable.h"
 #include "writeableConfigurable.h"
 #include "get_config_path.h"
 #include "get_config_path.h"
 
 
+// Just to make sure the forcetype defined in config_util.N picks this up.
+#include "filename.h"
+
 #include <dconfig.h>
 #include <dconfig.h>
 
 
 ConfigureDef(config_util);
 ConfigureDef(config_util);