]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInclude.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetInclude.h
index f495d1d9ed8eb612c07754a253e3fae9c58c54e4..cddb631908be8564d271508ad3e75996779b0030 100644 (file)
@@ -131,7 +131,9 @@ private:
        mutable docstring listings_label_;
 };
 
-
+/// return the child buffer if the file is a LyX doc and is loaded
+Buffer * getChildBuffer(Buffer const & buffer, InsetCommandParams const & params);
+       
 /// return loaded Buffer or zero if the file loading did not proceed.
 Buffer * loadIfNeeded(Buffer const & parent, InsetCommandParams const & params);