diff options
Diffstat (limited to 'layer.h')
-rw-r--r-- | layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ public: mutex = SDL_CreateMutex(); Layer::name = strdup(name); } - ~Layer() + virtual ~Layer() { free(name); SDL_DestroyMutex(mutex); |