mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 23:10:39 -04:00
cleaned some compiler warnings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3092 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ead1228535
commit
c3b6da6386
8 changed files with 25 additions and 22 deletions
|
@ -60,7 +60,7 @@ virtual std::ostream& print(std::ostream &out, uint16_t indent = 0);
|
|||
/* Not Serialised */
|
||||
|
||||
std::string msgId; /* Msg Id */
|
||||
uint32_t childTS; /* timestamp of most recent child */
|
||||
time_t childTS; /* timestamp of most recent child */
|
||||
RsTlvKeySignature publishSignature;
|
||||
RsTlvKeySignature personalSignature;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue