]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.cpp
FindAdv: Amend ec387b6d: Handle search for '{' and '}'
[lyx.git] / src / TocBackend.cpp
index 90e7675a98b510e4ead7d1764ce372c502df2e9b..b3a36f1dd2f6100ba08d6827147bdedf702cf7ba 100644 (file)
@@ -143,7 +143,7 @@ shared_ptr<Toc> TocBackend::toc(string const & type)
 
 TocBuilder & TocBackend::builder(string const & type)
 {
-       auto p = make_unique<TocBuilder>(toc(type));
+       auto p = lyx::make_unique<TocBuilder>(toc(type));
        return * builders_.insert(make_pair(type, move(p))).first->second;
 }