]> git.saurik.com Git - wxWidgets.git/commit
Compilation fixes for wx{X11,GTK1,Motif} after making ref data non copyable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Dec 2010 12:04:13 +0000 (12:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Dec 2010 12:04:13 +0000 (12:04 +0000)
commit66f75561893ea7b4bf429d1882d9cc0407ba932d
tree5efda37d6d4259c30b06877e2f269f141ff53f7e
parent10c49955ad14cebca9e16405ef7f61672f24053a
Compilation fixes for wx{X11,GTK1,Motif} after making ref data non copyable.

Don't use wrong compiler-generated copy ctors in the other ports neither (see
r66371..66373 for wxGTK fixes). This fixes compilation after r66374 without
reducing functionality but just making it more clear where it is missing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk1/cursor.cpp
src/motif/cursor.cpp
src/x11/cursor.cpp
src/x11/palette.cpp