From 38c4c69e51a3a8e0b519fa5b668d3374ecbe6861 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 24 May 2016 09:20:06 +0200 Subject: [PATCH] movieplayer: make pretty_name public Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7aba0a74456917c34fd016a8ffefb83ff6caf115 Author: vanhofen Date: 2016-05-24 (Tue, 24 May 2016) Origin message was: ------------------ - movieplayer: make pretty_name public ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/movieplayer.h b/src/gui/movieplayer.h index 2a44f5f5e..cce01eac0 100644 --- a/src/gui/movieplayer.h +++ b/src/gui/movieplayer.h @@ -102,7 +102,7 @@ class CMoviePlayerGui : public CMenuTarget int m_LastMode; //NI std::string file_name; - std::string pretty_name; +//NI std::string pretty_name; std::string cookie_header; std::string info_1, info_2; std::string currentaudioname; @@ -270,6 +270,7 @@ class CMoviePlayerGui : public CMenuTarget //NI MI_MOVIE_INFO * p_movie_info; std::string file_name; + std::string pretty_name; int getState() { return playstate; }; };