]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetBranch.h
index 6cc64ec8b28ec2b230d56b710047279f7306affe..6588bc61b3e81a86a9e5cf4bda002783875b4a35 100644 (file)
@@ -88,9 +88,9 @@ private:
        void setParams(InsetBranchParams const & params) { params_ = params; }
 
        /** \returns true if params_.branch is listed as 'selected' in
-           \c buffer. This handles the case of child documents.
+               \c buffer. \p child only checks within child documents.
         */
-       bool isBranchSelected() const;
+       bool isBranchSelected(bool const child = false) const;
        /*!
         * Is the content of this inset part of the output document?
         *