summaryrefslogtreecommitdiff
path: root/idlc/source/idlccompile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/idlccompile.cxx')
-rw-r--r--idlc/source/idlccompile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx
index 62fab8e1d692..56dbfe4e77ec 100644
--- a/idlc/source/idlccompile.cxx
+++ b/idlc/source/idlccompile.cxx
@@ -161,7 +161,7 @@ static OString makeTempName(const OString& prefix)
#endif
#endif
- return OString(tmpFilePattern);
+ return tmpFilePattern;
}
bool copyFile(const OString* source, const OString& target)