Skip to content

Commit bfd2e09

Browse files
committed
[Fix] Remove constexpr ModInstrument constructor again for now. clang builds aren't happy.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22584 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 877c748 commit bfd2e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soundlib/ModInstrument.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct ModInstrument
128128
// WHEN adding new members here, ALSO update InstrumentExtensions.cpp
129129
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
130130

131-
MPT_CONSTEXPR20_FUN explicit ModInstrument(SAMPLEINDEX sample = 0)
131+
explicit ModInstrument(SAMPLEINDEX sample = 0)
132132
{
133133
AssignSample(sample);
134134
ResetNoteMap();

0 commit comments

Comments
 (0)