diff options
Diffstat (limited to 'tdeabc/ldapurl.h')
-rw-r--r-- | tdeabc/ldapurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |