View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005354 | ardour | bugs | public | 2013-03-01 02:20 | 2013-03-01 02:20 |
Reporter | TheCranston | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0005354: evoral/PatchChange.hpp fails to compile | ||||
Description | Following new guide for OSX native build. From SVN 14110 evoral will not compile on osx 10.8.2. Made quick change below and compile works... Index: libs/evoral/evoral/PatchChange.hpp =================================================================== --- libs/evoral/evoral/PatchChange.hpp (revision 14110) +++ libs/evoral/evoral/PatchChange.hpp (working copy) @@ -123,7 +123,7 @@ return time() < o.time(); } - if (bank != o.bank()) { + if (bank() != o.bank()) { return bank() < o.bank(); } | ||||
Additional Information | not sure if I broke something with this change. hope I'm helping here. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-01 02:20 | TheCranston | New Issue |