Fix displaying Flush() in wxClipboard docs note

Just remove the '@' which was probably there by accident but
made the function name disappear.
This commit is contained in:
PB
2020-09-25 21:29:20 +02:00
parent 1f3150b5f0
commit 08599d894f

View File

@@ -57,7 +57,7 @@
the end-user's machine. In order for the clipboard data to persist after the end-user's machine. In order for the clipboard data to persist after
the window closes, a clipboard manager must be installed. Some clipboard the window closes, a clipboard manager must be installed. Some clipboard
managers will automatically flush the clipboard after each new piece of managers will automatically flush the clipboard after each new piece of
data is added, while others will not. The @Flush() function will force data is added, while others will not. The Flush() function will force
the clipboard manager to flush the data. the clipboard manager to flush the data.
@library{wxcore} @library{wxcore}