From 05e0890d4bb991fc321ac2e11993eba37d20e077 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 1 Jan 2023 21:19:51 +0100 Subject: Cleanup: rename PKL::asset_list -> assets for consistency. --- src/pkl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pkl.h') diff --git a/src/pkl.h b/src/pkl.h index 8a1d07f9..daab4b26 100644 --- a/src/pkl.h +++ b/src/pkl.h @@ -123,12 +123,12 @@ public: boost::optional _original_filename; }; - std::vector> asset_list () const { - return _asset_list; + std::vector> assets() const { + return _assets; } private: - std::vector> _asset_list; + std::vector> _assets; /** The most recent disk file used to read or write this PKL */ mutable boost::optional _file; }; -- cgit v1.2.3