diff options
author | Michele Calgaro <[email protected]> | 2018-08-23 22:00:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-23 22:00:49 +0900 |
commit | 28ea76eab7dbb4fb641217650c4cbe8c023cbc2e (patch) | |
tree | 3c3e61e5a68526bc5bcc7e920a27e5ca50812c5c /kopete/protocols/groupwise | |
parent | c0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a (diff) | |
download | tdenetwork-28ea76eab7dbb4fb641217650c4cbe8c023cbc2e.tar.gz tdenetwork-28ea76eab7dbb4fb641217650c4cbe8c023cbc2e.zip |
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/protocols/groupwise')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/gwclientstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h index 5585104a..c7166ffe 100644 --- a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h +++ b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h @@ -31,7 +31,7 @@ class Connector; class Request; class TLSHandler; -typedef struct NovellDN +struct NovellDN { TQString dn; TQString server; |