]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/catalogue.h
Fix memory leaks and other bad stuff
[r2c2.git] / source / 3d / catalogue.h
index b27683c18a820fd3a7b5dcc05b0fc50194b5d04a..ccbf5887c454c7e2c46701a9947d1fbd3cfa285d 100644 (file)
@@ -27,6 +27,7 @@ private:
 
 public:
        Catalogue3D(const Catalogue &);
+       ~Catalogue3D();
 
        const Catalogue &get_catalogue() const { return catalogue; }
        const TrackType3D &get_track(const TrackType &) const;