diff options
author | Treeki <treeki@gmail.com> | 2011-05-16 20:38:54 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-16 20:38:54 +0200 |
commit | b55cfcef10aabc0703ddc6917f57cb7c03633861 (patch) | |
tree | 1163e9191b06de5474f8b88eb231e233a303c3ae /include/game.h | |
parent | 415ead94fbf28545cbf3a01aa32d8bedd23ba047 (diff) | |
download | kamek-b55cfcef10aabc0703ddc6917f57cb7c03633861.tar.gz kamek-b55cfcef10aabc0703ddc6917f57cb7c03633861.zip |
layout API fixes
Diffstat (limited to '')
-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);
|