X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2Fbeacon.hxx;h=d0c37d6974809bdf4b1d9944fb78055d3db7e638;hb=1ae2b59333dc914d10bcc726bc94e71cbf3e411e;hp=7d2acfae55704baea56776380c46918fa8316101;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Sound/beacon.hxx b/src/Sound/beacon.hxx index 7d2acfae5..d0c37d697 100644 --- a/src/Sound/beacon.hxx +++ b/src/Sound/beacon.hxx @@ -18,7 +18,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -32,9 +32,8 @@ #include #include - -#include -#include +#include +#include #include "morse.hxx" @@ -96,9 +95,9 @@ class FGBeacon { private: - SGSoundSample *inner; - SGSoundSample *middle; - SGSoundSample *outer; + SGSharedPtr inner; + SGSharedPtr middle; + SGSharedPtr outer; public: