mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fix compilation in non-Win32
This commit is contained in:
parent
57b8ae6e1c
commit
3f6da779d2
@ -84,7 +84,7 @@ namespace {
|
||||
|
||||
// For non-Windows
|
||||
|
||||
const FILE *InvalidFile = 0;
|
||||
FILE *const InvalidFile = 0;
|
||||
|
||||
struct FileNameHandle : public std::string
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user