- renamed FileRdr back to FileReader.

This commit is contained in:
Christoph Oelckers 2018-03-11 18:32:00 +01:00
commit b939836846
91 changed files with 479 additions and 477 deletions

View file

@ -17,7 +17,7 @@ namespace Timidity
FontFile *Fonts;
extern std::unique_ptr<FSoundFontReader> gus_sfreader;
FontFile *ReadDLS(const char *filename, FileRdr &f)
FontFile *ReadDLS(const char *filename, FileReader &f)
{
return NULL;
}
@ -57,7 +57,7 @@ void font_add(const char *filename, int load_order)
}
else
{
FileRdr fp = gus_sfreader->LookupFile(filename).first;
FileReader fp = gus_sfreader->LookupFile(filename).first;
if (fp.isOpen())
{