Use NSPACE_SEPARATOR rather than liter string for package seperator.
This commit is contained in:
parent
c62cd63f71
commit
6cb5b5487f
2 changed files with 3 additions and 3 deletions
|
|
@ -357,7 +357,7 @@ Language::~Language() {
|
|||
const char *attrib = "director:classname";
|
||||
String *classname = Getattr(n, "sym:name");
|
||||
|
||||
Replace(nspace, ".", "_", DOH_REPLACE_ANY);
|
||||
Replace(nspace, NSPACE_SEPARATOR, "_", DOH_REPLACE_ANY);
|
||||
if (Len(nspace) > 0)
|
||||
dirclassname = NewStringf("SwigDirector_%s_%s", nspace, classname);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue