Kaydet (Commit) 2626984d authored tarafından Michael Stahl's avatar Michael Stahl

RemoteServer: ClientInfo is stored in STL vector, must be Assignable

Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364
üst 2d63c468
......@@ -43,8 +43,8 @@ namespace sd
struct ClientInfo
{
const rtl::OUString mName;
const rtl::OUString mAddress;
rtl::OUString mName;
rtl::OUString mAddress;
enum PROTOCOL { NETWORK = 1, BLUETOOTH };
ClientInfo( OUString rName, OUString rAddress) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment