mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 03:07:17 -04:00
Fix builds (#6548)
Add the comment "// namespace lmms" to the closing scope of the lmms namespaces. The "scripted-checks" are quite strict. Perhaps they should be renamed to "strict-checks". ;) Include "cassert" in UpgradeExtendedNoteRange.cpp to hopefully fix the mingw builds.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#include <QDomElement>
|
||||
|
||||
#include <set>
|
||||
#include <cassert>
|
||||
|
||||
|
||||
namespace lmms
|
||||
{
|
||||
@@ -428,4 +430,4 @@ void UpgradeExtendedNoteRange::upgrade()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace lmms
|
||||
|
||||
@@ -42,6 +42,6 @@ private:
|
||||
QDomElement & m_domElement;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace lmms
|
||||
|
||||
#endif // LMMS_UPGRADEEXTENDEDNOTERANGE_H
|
||||
|
||||
Reference in New Issue
Block a user