summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-26 00:00:38 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-26 00:00:38 +0200
commite97157fd7fe6767fdc2b1fa32df5b821296907a9 (patch)
tree8a503fdf7e5958bdbb3db8e98fc7d1fd313e63ad /src/types.h
parent97b4901435e1ffc59d347cf7478a31fea8fae3a3 (diff)
C++11 cleanup.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index e5f4ff7a..caa28dd5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -484,7 +484,7 @@ public:
private:
MCASoundField _field;
- std::vector<boost::optional<Channel> > _channels;
+ std::vector<boost::optional<Channel>> _channels;
};