projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
clipbrd.h
diff --git
a/include/wx/cocoa/clipbrd.h
b/include/wx/cocoa/clipbrd.h
index c71180d03b96f4f58a5c71e2c1cdc052ff9f3d32..8571f8f56d8935af503f7db57471ceab33f6338c 100644
(file)
--- a/
include/wx/cocoa/clipbrd.h
+++ b/
include/wx/cocoa/clipbrd.h
@@
-1,12
+1,11
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: wx/cocoa/clipb
oa
rd.h
+// Name: wx/cocoa/clipbrd.h
// Purpose: wxClipboard
// Author: David Elliott <dfe@cox.net>
// Modified by:
// Created: 2003/07/23
// Purpose: wxClipboard
// Author: David Elliott <dfe@cox.net>
// Modified by:
// Created: 2003/07/23
-// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Copyright: (c) 2003 David Elliott
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_CLIPBRD_H__
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_CLIPBRD_H__
@@
-22,7
+21,7
@@
class wxClipboard : public wxClipboardBase
DECLARE_DYNAMIC_CLASS(wxClipboard)
public:
wxClipboard();
DECLARE_DYNAMIC_CLASS(wxClipboard)
public:
wxClipboard();
- ~wxClipboard();
+
virtual
~wxClipboard();
// open the clipboard before SetData() and GetData()
virtual bool Open();
// open the clipboard before SetData() and GetData()
virtual bool Open();