summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdcore.h')
-rw-r--r--src/osd/osdcore.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h
index d64ca04c578..22179f9da45 100644
--- a/src/osd/osdcore.h
+++ b/src/osd/osdcore.h
@@ -752,13 +752,8 @@ void osd_break_into_debugger(const char *message);
/*-----------------------------------------------------------------------------
osd_get_clipboard_text: retrieves text from the clipboard
-
- Return value:
-
- the returned string needs to be osd_free()-ed!
-
-----------------------------------------------------------------------------*/
-char *osd_get_clipboard_text(void);
+std::string osd_get_clipboard_text(void);
/***************************************************************************