Index: Rendering/vtkQuadricLODActor.cxx
===================================================================
RCS file: /cvsroot/VTK/VTK/Rendering/vtkQuadricLODActor.cxx,v
retrieving revision 1.4
diff -u -r1.4 vtkQuadricLODActor.cxx
--- Rendering/vtkQuadricLODActor.cxx    21 Feb 2008 18:15:03 -0000      1.4
+++ Rendering/vtkQuadricLODActor.cxx    3 Mar 2009 14:52:09 -0000
@@ -92,2 +92,2 @@
     return 0;
     }

+  // make sure we have a property
+  if (!this->Property)
+    {
+    // force creation of a property
+    this->GetProperty();
+    }
+
   // is this actor opaque ?
   if (this->GetIsOpaque())
     {
-    this->GetProperty()->Render(this, ren);
+    this->Property->Render(this, ren);

     // render the backface property
     if (this->BackfaceProperty)
