diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index b26842b..f713d0a 100755 --- a/include/game.h +++ b/include/game.h @@ -386,7 +386,7 @@ namespace lyt { public:
//Pane(nw4r::lyt::res::Pane const *); // todo: this struct
Pane(void *);
- ~Pane();
+ virtual ~Pane();
virtual void *GetRuntimeTypeInfo() const;
virtual void CalculateMtx(const DrawInfo &info);
|