From 7cad71cf640415a349339142a35673ecee1bee91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 16 Jul 2018 11:11:43 +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 6abb0d01b..148bf7cd2 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -128,7 +128,7 @@ See also: using a static build of SDL2 on Linux - `FindSDL2.cmake` is now able to properly find a debug build of SDL, which enables Vcpkg to properly copy all dependency DLLs on Windows -- @ref Magnum::ObjImporter "ObjImporter" didn't work with CMake subprojects +- @ref Trade::ObjImporter "ObjImporter" didn't work with CMake subprojects due to an embarrassing typo (see [mosra/magnum#259](https://github.com/mosra/magnum/issues/259))