From 372c9df1d26d73624b7ab905bedf1193a38b3943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 27 Jun 2019 12:02:45 +0200 Subject: [PATCH] Utility: doc++ --- src/Corrade/Utility/Debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Corrade/Utility/Debug.h b/src/Corrade/Utility/Debug.h index 4cf3a79fc..09fff896b 100644 --- a/src/Corrade/Utility/Debug.h +++ b/src/Corrade/Utility/Debug.h @@ -181,8 +181,8 @@ class CORRADE_UTILITY_EXPORT Debug { */ Color = 1 << 4 - /* When adding values, don't forget to adapt PublicFlagMask in - Debug.cpp */ + /* When adding values, don't forget to adapt InternalFlag as well + and update PublicFlagMask in Debug.cpp */ }; /**