From 9c515d62d7dffd48ea6e57db9c2f1bc07f5fac70 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Tue, 1 Sep 2015 15:19:07 +0200 Subject: [PATCH] Fixed compile failed in release configuration --- Client/Config/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Config/Settings.cs b/Client/Config/Settings.cs index d4eeb15f..89c67c1e 100644 --- a/Client/Config/Settings.cs +++ b/Client/Config/Settings.cs @@ -2,7 +2,7 @@ using xClient.Core.Helper; #if !DEBUG -using xClient.Core.Encryption; +using xClient.Core.Cryptography; #endif namespace xClient.Config