projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for console apps
[wxWidgets.git]
/
src
/
gtk
/
clipbrd.cpp
diff --git
a/src/gtk/clipbrd.cpp
b/src/gtk/clipbrd.cpp
index 483b6beca4889861019d77c3cc6e1c27cb973eb4..3e64f825153b82bd5e2c68eed846c972a894f786 100644
(file)
--- a/
src/gtk/clipbrd.cpp
+++ b/
src/gtk/clipbrd.cpp
@@
-80,7
+80,7
@@
public:
// this method must be called by GTK+ callbacks to indicate that we got the
// result for our clipboard operation
// this method must be called by GTK+ callbacks to indicate that we got the
// result for our clipboard operation
- static void OnDone(wxClipboard *
clipboard
)
+ static void OnDone(wxClipboard *
WXUNUSED_UNLESS_DEBUG(clipboard)
)
{
wxASSERT_MSG( clipboard == ms_clipboard,
_T("got notification for alien clipboard") );
{
wxASSERT_MSG( clipboard == ms_clipboard,
_T("got notification for alien clipboard") );
@@
-409,7
+409,7
@@
GdkAtom wxClipboard::GTKGetClipboardAtom() const
void wxClipboard::GTKClearData(Kind kind)
{
void wxClipboard::GTKClearData(Kind kind)
{
- wxDataObject *&data = Data();
+ wxDataObject *&data = Data(
kind
);
if ( data )
{
delete data;
if ( data )
{
delete data;