Fixed wrong size of the transfered link from the command line in EventReceiver.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4161 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-04-18 22:15:24 +00:00
parent f110bad74c
commit d058bf9511
2 changed files with 14 additions and 14 deletions

View file

@ -54,7 +54,7 @@ private:
bool winEvent (MSG* message, long* result);
#endif // WINDOWS_SYS
QSharedMemory sharedMMemory;
QSharedMemory sharedMemory;
};
#endif