Fix compiler warnings uncovered with -Wall
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4755 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/PixelTransformer.cxx b/common/rfb/PixelTransformer.cxx
index c737f4d..ce799ac 100644
--- a/common/rfb/PixelTransformer.cxx
+++ b/common/rfb/PixelTransformer.cxx
@@ -143,7 +143,7 @@
PixelTransformer::PixelTransformer(bool econ)
- : economic(econ), cmCallback(0), table(0), transFn(0), cube(0)
+ : economic(econ), cmCallback(0), cube(0), table(0), transFn(0)
{
}