From 14aee6dcdbcd19ebba3371d4d59e4f09171aea5f Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 28 Jun 2016 07:13:04 +0300 Subject: Fix a couple of harmless warnings Signed-off-by: Alexander Golubev (cherry picked from commit e0b892796d218e0ad64ed6698640e1923662d943) --- tdeabc/ldapurl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc') diff --git a/tdeabc/ldapurl.h b/tdeabc/ldapurl.h index 9a189655e..635c24be6 100644 --- a/tdeabc/ldapurl.h +++ b/tdeabc/ldapurl.h @@ -48,7 +48,7 @@ namespace TDEABC { bool critical; }; - typedef enum Scope { Base, One, Sub }; + enum Scope { Base, One, Sub }; /** Constructs an empty KLDAPUrl. */ LDAPUrl(); -- cgit v1.2.3