From 84b75dfdc2c19737127a2f53963600cfb2faff3a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 12:46:56 +0200 Subject: Remove spurious semicolon --- ganv/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ganv/types.hpp b/ganv/types.hpp index 280af16..0e0e15e 100644 --- a/ganv/types.hpp +++ b/ganv/types.hpp @@ -25,6 +25,6 @@ class Module; class Node; class Port; -}; // namespace Ganv +} // namespace Ganv #endif // GANV_TYPES_HPP -- cgit v1.2.1