]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/route.hxx
bind the sky disable cutoff distance to a property
[flightgear.git] / src / Navaids / route.hxx
index cd2114f6d55ffe8590db50aa30d5cd50d097ce0a..c18c3883dc212b3f8833dea446acfa2473885f88 100644 (file)
@@ -85,6 +85,8 @@ typedef enum {
 class Waypt : public SGReferenced
 {
 public:
+  virtual ~Waypt();
+  
        Route* owner() const 
                { return _owner; }