Removed a spurious timeline::
This commit is contained in:
parent
4470baf8f5
commit
cf4898e70f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace gui {
|
|||
namespace widgets {
|
||||
namespace timeline {
|
||||
|
||||
const std::vector<timeline::Track*> Track::NoChildren;
|
||||
const std::vector<Track*> Track::NoChildren;
|
||||
|
||||
Track::Track() :
|
||||
expanded(true),
|
||||
|
|
|
|||
Loading…
Reference in a new issue