Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/jumppoint.h')
-rw-r--r--src/game/base/jumppoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/jumppoint.h b/src/game/base/jumppoint.h
index 626a4ad..4bab7db 100644
--- a/src/game/base/jumppoint.h
+++ b/src/game/base/jumppoint.h
@@ -24,7 +24,7 @@ namespace game {
class JumpPoint : public core::EntityDynamic {
public:
JumpPoint();
- ~JumpPoint();
+ virtual ~JumpPoint();
inline std::string const & targetlabel() { return jumppoint_targetlabel; }