From 17e960deb06c111411b1cdf3c406763ca0fcea0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 16 Sep 2019 11:05:48 +0200 Subject: [PATCH] GL: fix signature of debug operators exposed only to Doxygen. --- src/Magnum/GL/Attribute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/GL/Attribute.h b/src/Magnum/GL/Attribute.h index 64ad2000d..1f5590d62 100644 --- a/src/Magnum/GL/Attribute.h +++ b/src/Magnum/GL/Attribute.h @@ -319,10 +319,10 @@ template class Attribute { #ifdef DOXYGEN_GENERATING_OUTPUT /** @debugoperatorclassenum{Attribute,Attribute::Components} */ -template Debug& operator<<(Debug& debug, Attribute::Components); +template Debug& operator<<(Debug& debug, Attribute::Components); /** @debugoperatorclassenum{Attribute,Attribute::DataType} */ -template Debug& operator<<(Debug& debug, Attribute::DataType); +template Debug& operator<<(Debug& debug, Attribute::DataType); #endif /**