diff options
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r-- | src/PatchageEvent.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 7102b72..2f97eec 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -55,7 +55,7 @@ public: {} PatchageEvent(Type type, const char* str) - : _str(strdup(str)) // FIXME: not realtime (jack) :( + : _str(strdup(str)) , _type(type) {} |