]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.cpp
Revert "Objective-C compililation support with cmake and C++11"
[lyx.git] / src / buffer_funcs.cpp
index 26bff558f6402ea4aeae81e78f3c99b03d6516af..3f64b909f2ce827b9b0262131f1c430fe9ac4417 100644 (file)
@@ -172,6 +172,7 @@ Buffer * newFile(string const & filename, string const & templatename,
 Buffer * newUnnamedFile(FileName const & path, string const & prefix,
                                                string const & templatename)
 {
+       // FIXME THREAD
        static map<string, int> file_number;
 
        FileName filename;