]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderpass.cpp
Add some missing virtual destructors and a base class copy-c'tor call
[libs/gl.git] / source / renderpass.cpp
index 18c318b53b8d2ccddb81481411350e24beb9a0ac..93e2bc479b2d7197c3f9f8fe3bc59703c04d3579 100644 (file)
@@ -27,6 +27,7 @@ RenderPass::RenderPass():
 { }
 
 RenderPass::RenderPass(const RenderPass &other):
+       Bindable<RenderPass>(other),
        shprog(other.shprog),
        shdata(other.shdata ? new ProgramData(*other.shdata) : 0),
        material(other.material),