aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-02 14:27:13 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-02 14:27:13 -0800
commit6afc06b97e3914062578fa7329b92f32f169f4c8 (patch)
treea44d3fbe992d69b7858c5021812eaef2ec77ea4a /reader.h
parentcdd5b1ed26513c8bcc262fcaeecc277edfdcad7c (diff)
Migrate some al_list to std::vector
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 05c10642..e9ac2279 100644
--- a/reader.h
+++ b/reader.h
@@ -165,7 +165,7 @@ int exit_status();
/**
Replace the current token with the specified string
*/
-void reader_replace_current_token( wchar_t *new_token );
+void reader_replace_current_token( const wchar_t *new_token );
/**
The readers interrupt signal handler. Cancels all currently running blocks.