On Tue, Oct 15, 2002 at 10:55:57AM +0200, Lars Gullik Bj�nnes wrote:
>
> This patch makes qt build on RH-8.0 with Gcc 3.2.
> (there are also some other changes...)
- vector<std::pair<A,B> >::const_iterator cit = vec.begin();
+ typedef typename vector<std::pair<A, B> >::const_iterator
+ const_iterator;
+
+ const_iterator cit = vec.begin();
Now, why the heck is that an improvement ?
+#include <config.h>
Didn't I get chewed out for including config.h in headers ?
- updateCell( _activecell.x(), _activecell.y() );
+ updateCell( _activecell.x(), _activecell.y() );
Edwin, please don't use prefixed underscores !
john
>
--
"CUT IT OUT FACEHEAD"
- jeffk