changeset 5645:5e27f84cd33f octave-forge

Avoid warning about conversion from string const to char*
author rlaboiss
date Fri, 15 May 2009 21:35:32 +0000
parents 9499deb27c9c
children d0b7257fc091
files main/audio/src/aurecord.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/audio/src/aurecord.cc	Fri May 15 09:55:18 2009 +0000
+++ b/main/audio/src/aurecord.cc	Fri May 15 21:35:32 2009 +0000
@@ -283,7 +283,7 @@
 }
 #endif
 
-void inform(char *str)
+void inform(const char *str)
 {
   if (str != NULL) {
 #if 0