Warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@4505 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9734fa3e93
commit
406efbd535
@ -87,6 +87,7 @@ public:
|
||||
uint32_t assertLastEventTimeLessOrEqualEventTime(
|
||||
Time time, EventType type, uint32_t size, const uint8_t* buf) {
|
||||
assert(_last_event_time <= time);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Time last_event_time() const { return _last_event_time; }
|
||||
|
Loading…
Reference in New Issue
Block a user