From 7781be9cc9bca89ef35794a751da0d49e7db1585 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 29 Apr 2005 11:22:15 +0000 Subject: [PATCH] Compile fix --- include/osgIntrospection/Reflector | 4 ++-- include/osgIntrospection/Type | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/osgIntrospection/Reflector b/include/osgIntrospection/Reflector index 9ecdf2717..3368abf17 100644 --- a/include/osgIntrospection/Reflector +++ b/include/osgIntrospection/Reflector @@ -626,8 +626,8 @@ namespace osgIntrospection switch (_i) { - case 0: ctr.first = variant_cast(v); break; - case 1: ctr.second = variant_cast(v); break; + case 0: ctr.first = variant_cast(v); break; + case 1: ctr.second = variant_cast(v); break; } } diff --git a/include/osgIntrospection/Type b/include/osgIntrospection/Type index 2e63cd0c4..1cd20c4e7 100644 --- a/include/osgIntrospection/Type +++ b/include/osgIntrospection/Type @@ -11,8 +11,8 @@ * OpenSceneGraph Public License for more details. */ //osgIntrospection - Copyright (C) 2005 Marco Jez -#ifndef OSGINTROSPECTION__type -#define OSGINTROSPECTION__type +#ifndef OSGINTROSPECTION_TYPE +#define OSGINTROSPECTION_TYPE #include #include