summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-07 15:44:30 +0200
committerRobin Gareus <robin@gareus.org>2018-08-07 15:44:30 +0200
commit8fa62f102e7bfb17e625b292524bad663667c771 (patch)
treed014d6e47f8d4acafe3fdbc02a7489a5d2859f5d
parentbe51e617bb8c60596503a7c9a3bd7c3f469fa48c (diff)
Fix C++98 compatibility error
'>' should be '> >' within a nested template argument list
-rw-r--r--libs/surfaces/launch_control_xl/launch_control_xl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/launch_control_xl/launch_control_xl.h b/libs/surfaces/launch_control_xl/launch_control_xl.h
index 418326d870..960b9e762a 100644
--- a/libs/surfaces/launch_control_xl/launch_control_xl.h
+++ b/libs/surfaces/launch_control_xl/launch_control_xl.h
@@ -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;