You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/05/02 21:39:24 UTC

svn commit: r1098761 - /subversion/trunk/subversion/include/svn_wc.h

Author: hwright
Date: Mon May  2 19:39:24 2011
New Revision: 1098761

URL: http://svn.apache.org/viewvc?rev=1098761&view=rev
Log:
const!

* subversion/include/svn_wc.h
  (svn_wc_info_t.checksum): constify.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1098761&r1=1098760&r2=1098761&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Mon May  2 19:39:24 2011
@@ -3011,7 +3011,7 @@ typedef struct svn_wc_info_t
   const char *copyfrom_url;
   svn_revnum_t copyfrom_rev;
   apr_time_t text_time;
-  svn_checksum_t *checksum;
+  const svn_checksum_t *checksum;
   const char *changelist;
   svn_depth_t depth;