]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tdnd.tex
added missing const
[wxWidgets.git] / docs / latex / wx / tdnd.tex
index 3f57d7ab24de3bbf0350a30b9a1eb905609e06e6..fe251ebb554f16bbb455564d3ba0a019af583353 100644 (file)
@@ -36,7 +36,7 @@ like this:
 \begin{verbatim}
        wxDropSource dragSource( this );
        dragSource.SetData( my_data );
-       wxDragResult result = dragSource.DoDragDrop( TRUE );
+       wxDragResult result = dragSource.DoDragDrop( true );
 \end{verbatim}
 \item {\bf Dragging:} The call to DoDragDrop() blocks the program until the user release the
 mouse button (unless you override \helpref{GiveFeedback}{wxdropsourcegivefeedback} function