[Sumover-dev] [svn commit] r4862 - vic/branches/cc/rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Jun 29 18:50:48 BST 2010


Author: soohyunc
Date: Tue Jun 29 18:50:47 2010
New Revision: 4862

Modified:
   vic/branches/cc/rtp/h261_play.cpp

Log:
fixed compile error:
invalid conversion from `const char*' to `char*'



Modified: vic/branches/cc/rtp/h261_play.cpp
==============================================================================
--- vic/branches/cc/rtp/h261_play.cpp	(original)
+++ vic/branches/cc/rtp/h261_play.cpp	Tue Jun 29 18:50:47 2010
@@ -319,7 +319,7 @@
  * decoder frame
  */
 int
-cmd_decoder(ClientData , Tcl_Interp*, int argc, char** argv)
+cmd_decoder(ClientData , Tcl_Interp*, int argc, const char** argv)
 {
 	Tcl& tcl = Tcl::instance();
 	if (argc == 2) {



More information about the Sumover-dev mailing list