summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 009d52f..eba5be1 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -613,7 +613,7 @@ namespace Rotor {
image+=(*in);
delete in;
*/
- in=(*in2);
+ in=(*in2); //removed allocator
in*=parameters["amount"]->value;
image+=in;
break;