Fixed sfSoundRecorder_IsAvailable still named sfSoundRecorder_CanRecord

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1351 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-01-12 14:52:44 +00:00
parent 7b5d8c2815
commit 8a848e3175

View File

@ -97,7 +97,7 @@ CSFML_API unsigned int sfSoundRecorder_GetSampleRate(const sfSoundRecorder* soun
/// \return sfTrue if audio capture is supported
///
////////////////////////////////////////////////////////////
CSFML_API sfBool sfSoundRecorder_CanCapture();
CSFML_API sfBool sfSoundRecorder_IsAvailable();
#endif // SFML_SOUNDRECORDER_H