mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
Inspection: Variable can be made constexpr
This commit is contained in:
@@ -36,7 +36,7 @@ namespace TagLib {
|
||||
|
||||
class File;
|
||||
|
||||
static const unsigned int HeaderSize = 8 * 7;
|
||||
static constexpr unsigned int HeaderSize = 8 * 7;
|
||||
|
||||
//! An implementation of audio property reading for MPC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user