pgraph: Fix use of incomplete GeomNode in PT(GeomNode)

This commit is contained in:
Sam Edwards 2018-06-12 16:13:52 -06:00
parent a971bc1dfc
commit 69d5fcf3b0

View File

@ -20,6 +20,7 @@
#include "pStatCollector.h" #include "pStatCollector.h"
#include "pointerTo.h" #include "pointerTo.h"
#include "luse.h" #include "luse.h"
#include "geomNode.h"
class CullableObject; class CullableObject;
class GraphicsStateGuardianBase; class GraphicsStateGuardianBase;
@ -27,7 +28,6 @@ class SceneSetup;
class TransformState; class TransformState;
class RenderState; class RenderState;
class PandaNode; class PandaNode;
class GeomNode;
/** /**
* A collection of Geoms and their associated state, for a particular scene. * A collection of Geoms and their associated state, for a particular scene.