X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Music.html-inc;h=a9135971aae9ad749c006bd7752869b6c132efaf;hb=f373167ec31ba16ae0770ba461f9de43f41a7ac1;hp=4f4f651135c8967fada848f568e9ba254cf8440c;hpb=55bbf7a209993f4172fd7e6555dda0947b844089;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Music.html-inc b/pages/SDL-Music.html-inc index 4f4f651..a913597 100644 --- a/pages/SDL-Music.html-inc +++ b/pages/SDL-Music.html-inc @@ -20,7 +20,7 @@

SDL::Music is used to load music files for use with SDL::Mixer. To load a music file one simply creates a new object passing the filename to the constructor:

-
	my $music = new SDL::Music 'my_song.ogg';
+
	my $music = SDL::Music->new(  'my_song.ogg' );