From 49abbe70017a20d34b034656a29c04bea0dd5919 Mon Sep 17 00:00:00 2001 From: micio Date: Tue, 5 Jun 2018 18:41:25 +0000 Subject: [PATCH] Bazaar/ProtectClientDemo : fixed building on new core git-svn-id: svn://ultimatepp.org/upp/trunk@11975 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/ProtectClientDemo/ProtectClientDemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazaar/ProtectClientDemo/ProtectClientDemo.cpp b/bazaar/ProtectClientDemo/ProtectClientDemo.cpp index 3357010f7..e9eef0cd4 100644 --- a/bazaar/ProtectClientDemo/ProtectClientDemo.cpp +++ b/bazaar/ProtectClientDemo/ProtectClientDemo.cpp @@ -66,7 +66,7 @@ void ProtectClientDemo::onAction(int reason) .SetUserZip(~zipEdit) .SetUserPhone(~phoneEdit) .SetUserFax(~faxEdit) - .SetUserCell(cellEdit) + .SetUserCell(~cellEdit) .SetUserEMail(~emailEdit) .SetActivationKey(~activationKey) ;