From d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Apr 2022 00:04:31 +0200 Subject: C++11 and whitespace cleanups. --- src/lib/cinema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/cinema.h') diff --git a/src/lib/cinema.h b/src/lib/cinema.h index a89408f3f..c17454db9 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -76,7 +76,7 @@ public: return _utc_offset_minute; } - std::list > screens () const { + std::list> screens () const { return _screens; } -- cgit v1.2.3