mirror of
https://github.com/taglib/taglib.git
synced 2026-01-30 12:05:40 -05:00
Fix compilation in non-Win32
This commit is contained in:
@ -84,7 +84,7 @@ namespace {
|
||||
|
||||
// For non-Windows
|
||||
|
||||
const FILE *InvalidFile = 0;
|
||||
FILE *const InvalidFile = 0;
|
||||
|
||||
struct FileNameHandle : public std::string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user