Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15749

Modified Files:
      Tag: release-2-0-patches
        playerc++.h 
Log Message:
changed return type on MapProxy::GetCell

Index: playerc++.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerc++.h,v
retrieving revision 1.54.2.10
retrieving revision 1.54.2.11
diff -C2 -d -r1.54.2.10 -r1.54.2.11
*** playerc++.h 9 Jul 2007 17:01:08 -0000       1.54.2.10
--- playerc++.h 21 Aug 2007 23:46:45 -0000      1.54.2.11
***************
*** 1216,1220 ****
  
      /// Get the (x,y) cell
!     char GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  
--- 1216,1220 ----
  
      /// Get the (x,y) cell
!     int8_t GetCell(int x, int y) const
      { return GetVar(mDevice->cells[GetCellIndex(x,y)]); };
  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to