aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-22 11:07:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-22 11:07:34 -0800
commita837a27b347e5c6b1669bbf83f7f0c0ce1c523df (patch)
tree18e98008d6de2ed36c9e9f8377829ffba9ffab45 /reader.h
parent62bd43f17fa279b67fbd4482580a91fc2db9c899 (diff)
Replace some string_buffer_t with wcstring
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.h b/reader.h
index 37da4d1e..9cb412e8 100644
--- a/reader.h
+++ b/reader.h
@@ -95,7 +95,7 @@ history_t *reader_get_history(void);
\param b the new buffer value
\param p the cursor position. If \c p is less than zero, the cursor is placed on the last character.
*/
-void reader_set_buffer( const wchar_t *b, int p );
+void reader_set_buffer( const wcstring &b, int p );
/**
Get the current cursor position in the command line. If interactive