commit | a58580374a2a98ea92edd67810259a659e4cf5d9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 09 15:55:10 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 09 15:57:06 2012 -0800 |
tree | 2c51c6988197f76310b9fc0128d907025dc89445 | |
parent | 95a58c31d253d62dbc18cccbda1df68d92cfe743 [diff] [blame] |
Implementing hash indexing of DiffStateContainer
diff --git a/model/sync-digest.h b/model/sync-digest.h index 528180d..15c7278 100644 --- a/model/sync-digest.h +++ b/model/sync-digest.h
@@ -64,7 +64,7 @@ * Side effect: finalize() will be called on `this' */ std::size_t - getHash (); + getHash () const; /** * @brief Finalize digest. All subsequent calls to "operator <<" will fire an exception