]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalSupport.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / ExternalSupport.h
index aa6c9894be2e3eb4a861d86fe3829dc25d8d5c82..9967c5dbad49b43eec664f41b7fb01248196ce71 100644 (file)
@@ -50,7 +50,8 @@ enum Substitute {
 std::string const doSubstitution(InsetExternalParams const & params,
                                 Buffer const & buffer,
                                  std::string const & s,
-                                 bool external_in_tmpdir = false,
+                                 bool use_latex_path,
+                                bool external_in_tmpdir = false,
                                  Substitute what = ALL);