From Andreas Jochens (submitted by Loic Dachary), addintion of forward declare

of class Progam; to fix compile problem under gcc4.0/amd64/debian unstable.
This commit is contained in:
Robert Osfield
2005-06-20 10:28:52 +00:00
parent ba2aeb52e5
commit 9c950f0f3c

View File

@@ -37,6 +37,8 @@ namespace osg {
* configuration.
*/
class Program;
class OSG_EXPORT Shader : public osg::Object
{
public: