]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/marker_beacon.hxx
proper sound orientation(?) and comment out velocity since it messes with OpenAL...
[flightgear.git] / src / Instrumentation / marker_beacon.hxx
index 774e37f81267b3d88cba349a140caa981d335b39..3a98c11cd7accea4ae07f3174e125f3febe3df39 100644 (file)
@@ -74,7 +74,7 @@ class FGMarkerBeacon : public SGSubsystem
     // internal periodic station search timer
     double _time_before_search_sec;
 
-    SGSampleGroup *_sgr;
+    SGSharedPtr<SGSampleGroup> _sgr;
 
 public: