From 1b83e14b1f5640881deeb03c1d11df5197746b64 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 25 Mar 2013 16:19:46 +0000 Subject: Fix issues found by the clang static analyzer --- tikzit/src/gtk/Window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tikzit/src/gtk/Window.h') diff --git a/tikzit/src/gtk/Window.h b/tikzit/src/gtk/Window.h index 42e3588..62af643 100644 --- a/tikzit/src/gtk/Window.h +++ b/tikzit/src/gtk/Window.h @@ -114,15 +114,15 @@ /** * Cut the current selection to the clipboard. */ -- (void) cut; +- (void) selectionCutToClipboard; /** * Copy the current selection to the clipboard. */ -- (void) copy; +- (void) selectionCopyToClipboard; /** * Paste from the clipboard to the appropriate place. */ -- (void) paste; +- (void) pasteFromClipboard; /** * The GTK+ window that this class manages. -- cgit v1.2.3