From 152791525a181022b8db2deb6875a798dc160f29 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 26 Jan 2017 19:17:55 +0000 Subject: [PATCH] fix clearDebugData. git-svn-id: svn://qnap.local/TwoTerm/trunk@3151 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- Views/EmulatorView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/EmulatorView.mm b/Views/EmulatorView.mm index 36ba833..3e111f1 100644 --- a/Views/EmulatorView.mm +++ b/Views/EmulatorView.mm @@ -538,7 +538,7 @@ } --(IBAction)clearDebugData:(id)sender:(id)sender { +-(IBAction)clearDebugData:(id)sender { _debug_buffer.clear(); }