fix leak of memory for class animation

This commit is contained in:
Jinhao
2015-10-23 00:56:10 +08:00
parent 09b314b94c
commit e46c5e46d7
2 changed files with 50 additions and 53 deletions

View File

@@ -51,6 +51,7 @@ namespace nana
class performance_manager;
public:
animation(std::size_t fps = 23);
~animation();
void push_back(frameset frms);
/*