]> git.lyx.org Git - features.git/blobdiff - src/support/tempname.C
introduce namespace lyx::support
[features.git] / src / support / tempname.C
index 780b1939c26379cbd0526983aadea85e2a8638e4..8dea9a6adf4689f991785a2d74f0d3ea66c402da 100644 (file)
@@ -22,7 +22,6 @@
 
 using std::endl;
 
-
 namespace {
 
 inline
@@ -42,7 +41,7 @@ int make_tempfile(char * templ)
 } // namespace anon
 
 
-string const lyx::tempName(string const & dir, string const & mask)
+string const lyx::support::tempName(string const & dir, string const & mask)
 {
        string const tmpdir(dir.empty() ? os::getTmpDir() : dir);
        string tmpfl(AddName(tmpdir, mask));