From 429eef9aedf1cec423b1742fadd6ce5396ce4edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 4 Sep 2020 21:30:50 +0200 Subject: [PATCH] Doc++ --- doc/changelog.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index bc33ca812..7c160fc7f 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -237,7 +237,7 @@ See also: / @ref std::vector to @ref Corrade::Containers::Pointer / @ref Corrade::Containers::ArrayView are now removed. This should have a significant positive effect on compile times of code using the @ref GL, - @ref Audio, @ref Trade and @ref Text librariess + @ref Audio, @ref Trade and @ref Text libraries - @ref SceneGraph::Object::addChild() no longer requires the type constructor to have the last parameter a parent object object pointer, as that was quite limiting. Instead it's calling @ref SceneGraph::Object::setParent()