Public keyword missing

This commit is contained in:
Paolo Cignoni 2008-10-08 14:30:56 +00:00
parent 39e2cf2b3e
commit 7722469c4f
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ public:
class GeometryShader : public Shader
{
public:
GeometryShader(void) : Shader()
{
}