From b55cfcef10aabc0703ddc6917f57cb7c03633861 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 16 May 2011 20:38:54 +0200 Subject: layout API fixes --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3