Compile fix
This commit is contained in:
@@ -626,8 +626,8 @@ namespace osgIntrospection
|
||||
|
||||
switch (_i)
|
||||
{
|
||||
case 0: ctr.first = variant_cast<const typename T::first_Type& >(v); break;
|
||||
case 1: ctr.second = variant_cast<const typename T::second_Type& >(v); break;
|
||||
case 0: ctr.first = variant_cast<const typename T::first_type& >(v); break;
|
||||
case 1: ctr.second = variant_cast<const typename T::second_type& >(v); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 <osgIntrospection/Export>
|
||||
#include <osgIntrospection/Exceptions>
|
||||
|
||||
Reference in New Issue
Block a user