Fix C++98 compatibility error

'>' should be '> >' within a nested template argument list
This commit is contained in:
Robin Gareus
2018-08-07 15:44:30 +02:00
parent be51e617bb
commit 8fa62f102e

View File

@@ -329,7 +329,7 @@ public:
static bool probe();
static void *request_factory(uint32_t);
std::list<boost::shared_ptr<ARDOUR::Bundle>> bundles();
std::list<boost::shared_ptr<ARDOUR::Bundle> > bundles();
bool has_editor() const { return true; }
void *get_gui() const;