Electron patch

- fixes issue with, message offsets not being calculated in loop correctly, resulted in only invalid message offset in db after calling message removal

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6819 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2013-10-11 17:29:38 +00:00
parent a50c899ff3
commit 55bbfb29da
4 changed files with 9 additions and 9 deletions

View file

@ -51,7 +51,7 @@ ContentValue::~ContentValue(){
clearData();
}
ContentValue::ContentValue(ContentValue &from){
ContentValue::ContentValue(const ContentValue &from){
std::map<std::string, uint8_t> keyTypeMap;
from.getKeyTypeMap(keyTypeMap);