commit | 3cfdcb9aae1c540f3f2da64051423ca7a4cb4c73 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Jun 06 15:20:10 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Jun 06 15:20:10 2012 -0700 |
tree | 2fb29d08e380f7ef5dc2f27f3e5d6879c0d88e9b | |
parent | 97e36bd9a188d9108c487f12078d983dfac692a5 [diff] [blame] |
use protobuf instead of tinyxml
diff --git a/include/sync-state.h b/include/sync-state.h index c96160e..84c2400 100644 --- a/include/sync-state.h +++ b/include/sync-state.h
@@ -93,7 +93,7 @@ * @returns SyncStateMsg msg */ SyncStateMsg & -operator >> (SyncStateMsg &issm, const State &state); +operator >> (SyncStateMsg &issm, State &state); namespace Error { /**