summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/program.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/program.hxx')
-rw-r--r--vcl/inc/opengl/program.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx
index 7bdd43d3d51c..3a4751286332 100644
--- a/vcl/inc/opengl/program.hxx
+++ b/vcl/inc/opengl/program.hxx
@@ -50,7 +50,8 @@ public:
OpenGLProgram();
~OpenGLProgram();
- bool Load( const OUString& rVertexShader, const OUString& rFragmentShader, const OString& preamble = "" );
+ bool Load( const OUString& rVertexShader, const OUString& rFragmentShader,
+ const rtl::OString& preamble = "", const rtl::OString& rDigest = "" );
bool Use();
bool Clean();