]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix bug #6388
[lyx.git] / src / Buffer.h
index 926a20de6ce5f625b8bad3e6654d606b38b99c74..59ee44480595f527f0c7d2daf2598980b14dd00c 100644 (file)
@@ -321,6 +321,9 @@ public:
        /// return a vector with all children (and grandchildren)
        std::vector<Buffer *> getChildren(bool grand_children = true) const;
 
+       /// Add all children (and grandchildren) to supplied vector
+       void getChildren(std::vector<Buffer *> & children, bool grand_children = true) const;
+
        /// Is buffer read-only?
        bool isReadonly() const;