]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.hxx
Maik JUSTUS: fix/implement directional sound
[simgear.git] / simgear / sound / soundmgr_openal.hxx
index 6c0d18429526257403ca2fccb1f75eaee7d4fc63..9e8dcd0a1b653cd595fd46b39ffb98259e831100 100644 (file)
@@ -19,7 +19,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$
 
@@ -56,7 +56,7 @@ SG_USING_STD(map);
 SG_USING_STD(string);
 
 
-typedef map < string, SGSoundSample * > sample_map;
+typedef map < string, SGSharedPtr<SGSoundSample> > sample_map;
 typedef sample_map::iterator sample_map_iterator;
 typedef sample_map::const_iterator const_sample_map_iterator;