summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/PatchageModule.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 80cdf04..6135a0e 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2014 David Robillard <http://drobilla.net>
+ * Copyright 2007-2020 David Robillard <d@drobilla.net>
*
* Patchage is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
@@ -40,6 +40,7 @@ public:
ModuleType type,
double x = 0,
double y = 0);
+
~PatchageModule();
void split();