diff options
Diffstat (limited to 'ganv/wrap.hpp')
-rw-r--r-- | ganv/wrap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/wrap.hpp b/ganv/wrap.hpp index 0d99308..8e0a421 100644 --- a/ganv/wrap.hpp +++ b/ganv/wrap.hpp @@ -114,7 +114,7 @@ private: \ #define GANV_GLIB_WRAP(Name) \ namespace Ganv { \ - class Name; \ + class Name; /* NOLINT(bugprone-macro-parentheses) */ \ } \ namespace Glib { \ /** Return a Ganv::CPPType wrapper for a CType. */ \ |