aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/tree-inline.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-09 10:08:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-09 10:08:49 +0200
commit9b39ed27e9c605e3c3c2ddd3e1d424957a1177e5 (patch)
treeb7997702c4a48f1b5e79ca20edd6f012b384d683 /xsde/cxx/hybrid/tree-inline.cxx
parent04d8c45f0e70e8ebdb4220686c9c2c03d65739c4 (diff)
Qualify compositor types in detach() implementations
Diffstat (limited to 'xsde/cxx/hybrid/tree-inline.cxx')
-rw-r--r--xsde/cxx/hybrid/tree-inline.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xsde/cxx/hybrid/tree-inline.cxx b/xsde/cxx/hybrid/tree-inline.cxx
index 2783b5c..26b1a48 100644
--- a/xsde/cxx/hybrid/tree-inline.cxx
+++ b/xsde/cxx/hybrid/tree-inline.cxx
@@ -989,7 +989,7 @@ namespace CXX
if (detach && !fl)
{
os << inl
- << type << "* " << scope << "::" << endl
+ << scope << "::" << type << "* " << scope << "::" << endl
<< edetach (a) << " ()"
<< "{"
<< type << "* r = this->" << member << ";"
@@ -1171,7 +1171,7 @@ namespace CXX
if (detach && !fl)
{
os << inl
- << type << "* " << scope << "::" << endl
+ << scope << "::" << type << "* " << scope << "::" << endl
<< edetach (c) << " ()"
<< "{"
<< type << "* r = this->" << member << ";"
@@ -1339,7 +1339,7 @@ namespace CXX
if (detach && !fl)
{
os << inl
- << type << "* " << scope << "::" << endl
+ << scope << "::" << type << "* " << scope << "::" << endl
<< edetach (s) << " ()"
<< "{"
<< type << "* r = this->" << member << ";"
@@ -1544,7 +1544,7 @@ namespace CXX
if (detach && !fl)
{
os << inl
- << type << "* " << scope << "::" << endl
+ << scope << "::" << type << "* " << scope << "::" << endl
<< edetach (c) << " ()"
<< "{"
<< type << "* r = this->" << umember << "." << member << ";"