From 85344ebdaf6d2c018aa515bd54db5fdf5440da6b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Jun 2004 20:14:54 +0000 Subject: [PATCH] Fixed deprecated #idef --- include/osg/Switch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Switch b/include/osg/Switch index e7d18e45f..97e84adae 100644 --- a/include/osg/Switch +++ b/include/osg/Switch @@ -68,7 +68,7 @@ class SG_EXPORT Switch : public Group /** Set a single child to be on, switch off all other children.*/ bool setSingleChildOn(unsigned int pos); -#ifdef USE_DEPRECTATED_API +#ifdef USE_DEPRECATED_API /** * Special values for the Switch. Use these if you want to * turn on/off all child nodes.