mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04: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