From c2167be67b2bf018bf92e0eeb06e26fd3b8b8dd7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 24 Mar 2003 15:21:52 +0000 Subject: [PATCH] Fixed typo. --- include/osgGA/GUIEventAdapter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgGA/GUIEventAdapter b/include/osgGA/GUIEventAdapter index f1d5e2d39..35337d9e5 100644 --- a/include/osgGA/GUIEventAdapter +++ b/include/osgGA/GUIEventAdapter @@ -51,7 +51,7 @@ public: NONE }; - enum KeySybmol + enum KeySymbol { KEY_BackSpace = 0xFF08, /* back space, back char */ KEY_Tab = 0xFF09,