From 47f64a6060672fcae7199608f100e342ea32a59f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Sep 2006 13:22:37 +0000 Subject: [PATCH] From David Callu, add reflection of std::wstring in the DefaultReflector --- src/osgIntrospection/DefaultReflectors.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgIntrospection/DefaultReflectors.cpp b/src/osgIntrospection/DefaultReflectors.cpp index f4225565e..59d53f271 100644 --- a/src/osgIntrospection/DefaultReflectors.cpp +++ b/src/osgIntrospection/DefaultReflectors.cpp @@ -46,4 +46,5 @@ ATOMIC_VALUE_REFLECTOR(long double) // STL types ATOMIC_VALUE_REFLECTOR(std::string) +WATOMIC_VALUE_REFLECTOR(std::wstring)