From 640e3b623da2e5b1cf04075a7032f9ab0a153420 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 27 Dec 2006 23:32:49 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgDB/ReentrantMutex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWrappers/osgDB/ReentrantMutex.cpp b/src/osgWrappers/osgDB/ReentrantMutex.cpp index 21411a4aa..c447512b3 100644 --- a/src/osgWrappers/osgDB/ReentrantMutex.cpp +++ b/src/osgWrappers/osgDB/ReentrantMutex.cpp @@ -20,7 +20,7 @@ #undef OUT #endif -BEGIN_VALUE_REFLECTOR(osgDB::ReadWriteMutex) +BEGIN_OBJECT_REFLECTOR(osgDB::ReadWriteMutex) I_Constructor0(____ReadWriteMutex, "", "");