summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-02 12:46:56 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 12:46:56 +0200
commit84b75dfdc2c19737127a2f53963600cfb2faff3a (patch)
treee862c568311301c7bbe35b410087113410f26b26
parent1d33505fa45fe69010719e45546de4523254d510 (diff)
downloadganv-84b75dfdc2c19737127a2f53963600cfb2faff3a.tar.gz
ganv-84b75dfdc2c19737127a2f53963600cfb2faff3a.tar.bz2
ganv-84b75dfdc2c19737127a2f53963600cfb2faff3a.zip
Remove spurious semicolon
-rw-r--r--ganv/types.hpp2
1 files changed, 1 insertions, 1 deletions
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