From 4902b6e8e015c2bf0b31a8b5fd7eb5e85e01aa7e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 2 Mar 2009 14:34:33 +0000 Subject: 2.5: fix for compiling Carbon clipboard code, forgot to update this line. --- intern/ghost/intern/GHOST_SystemCarbon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemCarbon.h b/intern/ghost/intern/GHOST_SystemCarbon.h index 51c2a4f0a7a..62d45ee769d 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.h +++ b/intern/ghost/intern/GHOST_SystemCarbon.h @@ -177,9 +177,9 @@ public: /** * Puts buffer to system clipboard * @param buffer The buffer to be copied - * @param flag Indicates which buffer to copy too Only used on X11 + * @param selection Indicates which buffer to copy too, only used on X11 */ - virtual void putClipboard(GHOST_TInt8 *buffer, int flag) const; + virtual void putClipboard(GHOST_TInt8 *buffer, bool selection) const; protected: /** -- cgit v1.2.3