X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=5b1ae29f3ed0681b9a4eb930d938a712fecfacdc;hp=682ac99fb895b02498a9f9054735f69c558d44a0;hb=48420e9e3f950cfe1e3ced8f8ea92d89671ae8c4;hpb=1431f24f29bd6862d547b831c40b2686ff56d1ef diff --git a/source/program.h b/source/program.h index 682ac99f..5b1ae29f 100644 --- a/source/program.h +++ b/source/program.h @@ -23,7 +23,7 @@ class Program { public: Program(); - ~Program(); + virtual ~Program(); void attach_shader(Shader &shader); void detach_shader(Shader &shader);