Make code adhere to C++98 (WIP)

This commit is contained in:
Luciano Iam 2020-02-20 23:16:02 +01:00 committed by Robin Gareus
parent 8db9755d1e
commit 6e499e2cc5
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
13 changed files with 96 additions and 89 deletions

View file

@ -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;
};