summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sys_ex.h
diff options
context:
space:
mode:
authorNathan Stewart <therealnathanstewart@gmail.com>2016-10-07 12:38:00 -0400
committerRobin Gareus <robin@gareus.org>2016-10-07 19:49:00 +0200
commit59cc0a11caa638cb179c20c1b53ff2f4e33c4928 (patch)
tree19ea5b2b09580ed5c490a036790350f7884e1e31 /gtk2_ardour/sys_ex.h
parent712440a48c29cec492129a0d3ce4daadc32463e9 (diff)
Clean up cppcheck warnings about handling of allocated memory in SysEx class
Diffstat (limited to 'gtk2_ardour/sys_ex.h')
-rw-r--r--gtk2_ardour/sys_ex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sys_ex.h b/gtk2_ardour/sys_ex.h
index 709841cabb..12904827d5 100644
--- a/gtk2_ardour/sys_ex.h
+++ b/gtk2_ardour/sys_ex.h
@@ -46,7 +46,7 @@ public:
private:
bool event_handler (GdkEvent* ev);
-
+ SysEx(const SysEx& rhs){}
ArdourCanvas::Flag* _flag;
};