From db69ceade64c1e1a9c3d7a7c634f8b8b05ce73b9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 4 Feb 2014 00:38:52 +0100 Subject: db/LightSong: make "real_uri" a pointer Reduce overhead. LightSong can always point to the "real" allocated string. --- src/db/LightSong.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/db/LightSong.hxx') diff --git a/src/db/LightSong.hxx b/src/db/LightSong.hxx index c0cd47749..add9da855 100644 --- a/src/db/LightSong.hxx +++ b/src/db/LightSong.hxx @@ -48,13 +48,13 @@ struct LightSong { /** * The "real" URI, the one to be used for opening the - * resource. If this attribute is empty, then #uri (and + * resource. If this attribute is nullptr, then #uri (and * #directory) shall be used. * * This attribute is used for songs from the database which * have a relative URI. */ - std::string real_uri; + const char *real_uri; /** * Must not be nullptr. -- cgit v1.2.3