From f65fd44c08a8deeb723ff17d302254c48cce2c4b Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 19 Dec 2020 02:56:41 +0100 Subject: [PATCH] pgraphnodes: Add missing ShaderGenerator stub symbols --- panda/src/pgraphnodes/shaderGenerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pgraphnodes/shaderGenerator.h b/panda/src/pgraphnodes/shaderGenerator.h index 95f13ef4a5..429870c90a 100644 --- a/panda/src/pgraphnodes/shaderGenerator.h +++ b/panda/src/pgraphnodes/shaderGenerator.h @@ -197,8 +197,8 @@ private: // If we don't have Cg, let's replace this with a stub. class EXPCL_PANDA_PGRAPHNODES ShaderGenerator : public TypedReferenceCount { PUBLISHED: - ShaderGenerator(const GraphicsStateGuardianBase *gsg); - virtual ~ShaderGenerator(); + ShaderGenerator(const GraphicsStateGuardianBase *gsg) {} + virtual ~ShaderGenerator() {} virtual CPT(ShaderAttrib) synthesize_shader(const RenderState *rs, const GeomVertexAnimationSpec &anim) {