]> Dogcows Code - chaz/yoink/commitdiff
fixed aabb static class problem
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 14 Mar 2010 19:01:20 +0000 (13:01 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 14 Mar 2010 19:01:20 +0000 (13:01 -0600)
src/Moof/Aabb.cc
src/Moof/Aabb.hh

index 125e9d19528a9c48abdfd956fb1d8bccfc16c545..16dd841bcd48a52615209ce548edf282cdc8e6d4 100644 (file)
@@ -16,7 +16,7 @@
 namespace Mf {
 
 
 namespace Mf {
 
 
-void Aabb::importClass(Script& script)
+void importAabbClass(Script& script)
 {
 }
 
 {
 }
 
index e510ce3b3b86db2191fd64200db06cb9bed3ac37..d3229bc23f1939f5eea2d68b2a4dc80bf17844c7 100644 (file)
@@ -215,12 +215,11 @@ struct Aabb : public Cullable, public Drawable, public Shape<D>
        {
                return true;
        }
        {
                return true;
        }
-
-
-       static void importClass(Script& script);
 };
 
 
 };
 
 
+void importAabbClass(Script& script);
+
 template <>
 inline void Aabb<3>::draw(Scalar alpha) const
 {
 template <>
 inline void Aabb<3>::draw(Scalar alpha) const
 {
This page took 0.019124 seconds and 4 git commands to generate.