summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:58:03 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:52 +0100
commit63ea7bd21da8204f7fe5ab9caaf54028cf7cb40c (patch)
tree3447d7122a81c794dddf5a159a01c08348d788d3 /src/PatchageModule.hpp
parent8e0e1eba9d111ea35be475262056aa8351dd5f54 (diff)
downloadpatchage-63ea7bd21da8204f7fe5ab9caaf54028cf7cb40c.tar.gz
patchage-63ea7bd21da8204f7fe5ab9caaf54028cf7cb40c.tar.bz2
patchage-63ea7bd21da8204f7fe5ab9caaf54028cf7cb40c.zip
Add missing whitespace
Diffstat (limited to 'src/PatchageModule.hpp')
-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();