summaryrefslogtreecommitdiff
path: root/include/SFML/Audio/Music.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Audio/Music.hpp')
-rwxr-xr-xinclude/SFML/Audio/Music.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SFML/Audio/Music.hpp b/include/SFML/Audio/Music.hpp
index 94ae235..898f1f3 100755
--- a/include/SFML/Audio/Music.hpp
+++ b/include/SFML/Audio/Music.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007 Laurent Gomila (laurent.gom@gmail.com)
+// Copyright (C) 2007-2008 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -71,7 +71,7 @@ public :
/// \return True if loading has been successful
///
////////////////////////////////////////////////////////////
- bool Open(const std::string& Filename);
+ bool OpenFromFile(const std::string& Filename);
////////////////////////////////////////////////////////////
/// Open a music file from memory (doesn't play it -- call Play() for that)