]> git.lyx.org Git - lyx.git/blobdiff - src/callback.h
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / callback.h
index df11f506c959b97398907f887a567c5d5ea2e6fd..716e30b942dbe2734c5cf196e911eafc705951ab 100644 (file)
@@ -33,7 +33,7 @@ bool writeAs(Buffer * buffer, std::string const & filename = std::string());
 ///
 void autoSave(BufferView * bv);
 ///
-void newFile(BufferView * bv, std::string const & filename);
+void newFile(frontend::LyXView & lv, std::string const & filename);
 ///
 void insertPlaintextFile(BufferView * bv, std::string const & f, bool asParagraph);
 /// read plain text file (if \p f is empty, prompt for a filename)