From af577836eb12d1a355485c3779c499e218564696 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 20:33:42 +0300 Subject: [PATCH] Fix header filename --- SDL2pp/AudioSpec.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/AudioSpec.hh b/SDL2pp/AudioSpec.hh index 101136e..cae9bec 100644 --- a/SDL2pp/AudioSpec.hh +++ b/SDL2pp/AudioSpec.hh @@ -31,7 +31,7 @@ namespace SDL2pp { /// /// \ingroup audio /// -/// \headerfile SDL2pp/Audiospec.hh +/// \headerfile SDL2pp/AudioSpec.hh /// /// This class extends SDL_AudioSpec - a structure that describes /// audio format. It may be used to describe format of loaded