]> git.lyx.org Git - features.git/commitdiff
Revert unintended change
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Feb 2020 19:36:46 +0000 (14:36 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Feb 2020 19:36:46 +0000 (14:36 -0500)
src/TocBackend.h

index c6f1d3898cc0c98dc41680023461a415a0a43f35..026f4f879bf749efe9ec718b1b0f4b397e6a0f88 100644 (file)
@@ -149,7 +149,7 @@ private:
        ///
        TocList tocs_;
        ///
-       std::map<std::string, std::shared_ptr<TocBuilder>> builders_;
+    std::map<std::string, std::unique_ptr<TocBuilder>> builders_;
        /// Stores localised outliner names from this buffer and its children
        std::map<std::string, docstring> outliner_names_;
        ///