From 2b94b2ff26e7b4034b7992d0c7d419cdfe6510a1 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 9 Oct 2008 16:57:34 +0000 Subject: [PATCH] Exposed to python --- panda/src/egg/eggNurbsSurface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/eggNurbsSurface.h b/panda/src/egg/eggNurbsSurface.h index 7d77651617..09e6b53513 100644 --- a/panda/src/egg/eggNurbsSurface.h +++ b/panda/src/egg/eggNurbsSurface.h @@ -27,7 +27,7 @@ // Description : A parametric NURBS surface. //////////////////////////////////////////////////////////////////// class EXPCL_PANDAEGG EggNurbsSurface : public EggSurface { -public: +PUBLISHED: typedef plist< PT(EggNurbsCurve) > Curves; typedef Curves Loop; typedef plist Loops;