mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Make code adhere to C++98 (WIP)
This commit is contained in:
parent
8db9755d1e
commit
6e499e2cc5
13 changed files with 96 additions and 89 deletions
|
|
@ -62,7 +62,7 @@ class ArdourStrips : public SurfaceComponent
|
|||
|
||||
private:
|
||||
|
||||
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable>> StripableVector;
|
||||
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > StripableVector;
|
||||
StripableVector _strips;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue