summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-05-16 20:38:54 +0200
committerTreeki <treeki@gmail.com>2011-05-16 20:38:54 +0200
commitb55cfcef10aabc0703ddc6917f57cb7c03633861 (patch)
tree1163e9191b06de5474f8b88eb231e233a303c3ae /include/game.h
parent415ead94fbf28545cbf3a01aa32d8bedd23ba047 (diff)
downloadkamek-b55cfcef10aabc0703ddc6917f57cb7c03633861.tar.gz
kamek-b55cfcef10aabc0703ddc6917f57cb7c03633861.zip
layout API fixes
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h2
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);