Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/compositor/operations/COM_RenderLayersProg.h')
-rw-r--r--source/blender/compositor/operations/COM_RenderLayersProg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_RenderLayersProg.h b/source/blender/compositor/operations/COM_RenderLayersProg.h
index 74664c128c0..abfcac1f80d 100644
--- a/source/blender/compositor/operations/COM_RenderLayersProg.h
+++ b/source/blender/compositor/operations/COM_RenderLayersProg.h
@@ -94,7 +94,7 @@ class RenderLayersProg : public NodeOperation {
{
this->m_scene = scene;
}
- Scene *getScene()
+ Scene *getScene() const
{
return this->m_scene;
}
@@ -106,7 +106,7 @@ class RenderLayersProg : public NodeOperation {
{
this->m_layerId = layerId;
}
- short getLayerId()
+ short getLayerId() const
{
return this->m_layerId;
}