2.5: fix for compiling Carbon clipboard code, forgot to update this line.

This commit is contained in:
Brecht Van Lommel 2009-03-02 14:34:33 +00:00
parent 1a380356fc
commit 4902b6e8e0

@ -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:
/**