From 63355585fb7e5ec80492289cfd4e6ad7618cad84 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 13 Oct 2007 17:14:17 +0000 Subject: [PATCH] Patch by Vasilis Kaoutsis: Fixed warning. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22536 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/glteapot/GLObject.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/glteapot/GLObject.cpp b/src/apps/glteapot/GLObject.cpp index 62ae9dee01..5af8c9f23e 100644 --- a/src/apps/glteapot/GLObject.cpp +++ b/src/apps/glteapot/GLObject.cpp @@ -60,12 +60,13 @@ extern long setEvent(sem_id event); GLObject::GLObject(ObjectView *ov) - : rotX(0), + : + rotX(0), rotY(0), - lastRotX(0), - lastRotY(0), spinX(2), spinY(2), + lastRotX(0), + lastRotY(0), x(0), y(0), z(-2.0),