diff --git a/src/osgPlugins/vnc/ReaderWriterVNC.cpp b/src/osgPlugins/vnc/ReaderWriterVNC.cpp index 7c0c92308..55cf4eabd 100644 --- a/src/osgPlugins/vnc/ReaderWriterVNC.cpp +++ b/src/osgPlugins/vnc/ReaderWriterVNC.cpp @@ -89,7 +89,7 @@ class LibVncImage : public osgWidget::VncImage if(i) { - OSG_NOTICE<<"Handling "<width; - int height=client->height; - int depth=client->format.bitsPerPixel; + int width = client->width; + int height = client->height; + int depth = client->format.bitsPerPixel; OSG_NOTICE<<"resize "<