]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPreview.h
Fix bug #12795
[lyx.git] / src / insets / InsetPreview.h
index 55353e72d78557c2c8f3c8988806c7febd42dee7..db2a2af96b1a1bd02b2e7ca5144137f6986113fc 100644 (file)
@@ -90,6 +90,8 @@ protected:
 
 /// gathers the list of macro definitions used in the given inset
 MacroNameSet gatherMacroDefinitions(const Buffer* buffer, const Inset * inset);
+/// returns the LaTeX snippet to compute the preview of the given inset
+docstring insetToLaTeXSnippet(const Buffer* buffer, const Inset * inset);
 
 
 } // namespace lyx