diff options
Diffstat (limited to 'vcl/inc/opengl/program.hxx')
-rw-r--r-- | vcl/inc/opengl/program.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx index e18db93d57c4..ec51c18d9469 100644 --- a/vcl/inc/opengl/program.hxx +++ b/vcl/inc/opengl/program.hxx @@ -72,7 +72,7 @@ public: const rtl::OString& preamble, const rtl::OString& rDigest ); void Use(); void Reuse(); - bool Clean(); + void Clean(); void SetVertices( const GLvoid* pData ); void SetTextureCoord( const GLvoid* pData ); |