mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
clipboard: fix mutability on macOS and Windows
This commit is contained in:
@@ -18,7 +18,7 @@ pub fn (cb mut Clipboard) paste() string {
|
||||
// clear the clipboard
|
||||
pub fn (cb mut Clipboard) clear_all() {
|
||||
cb.clear()
|
||||
}
|
||||
}
|
||||
|
||||
// destroy the clipboard
|
||||
pub fn (cb mut Clipboard) destroy() {
|
||||
|
||||
Reference in New Issue
Block a user