]> git.sesse.net Git - nageru/blobdiff - theme.h
Clean up resources in the global ResourcePool on exit, in order to avoid some assert...
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index 1f4f429eec72387f44b4f3f26f56dca0a543c9a3..48039734a840f58f90924b514eeaaf27f1f61657 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -40,6 +40,7 @@ public:
 class Theme {
 public:
        Theme(const char *filename, movit::ResourcePool *resource_pool, unsigned num_cards);
+       ~Theme();
 
        struct Chain {
                movit::EffectChain *chain;