From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- kresources/groupwise/soap/stdsoap2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kresources/groupwise/soap/stdsoap2.h') diff --git a/kresources/groupwise/soap/stdsoap2.h b/kresources/groupwise/soap/stdsoap2.h index 7dee722a..4ff4725a 100644 --- a/kresources/groupwise/soap/stdsoap2.h +++ b/kresources/groupwise/soap/stdsoap2.h @@ -1350,8 +1350,8 @@ struct soap std::ostream *os; std::istream *is; #else - void *os; /* preserve tqalignment */ - void *is; /* preserve tqalignment */ + void *os; /* preserve alignment */ + void *is; /* preserve alignment */ #endif #ifndef UNDER_CE int sendfd; -- cgit v1.2.3