gui/movieinfo: I don't believe that custom copy code is required here.

This commit is contained in:
martii
2013-06-13 21:51:26 +02:00
committed by [CST] Focus
parent 050138c107
commit 17f8b2f7ce
2 changed files with 2 additions and 2 deletions

View File

@@ -1019,7 +1019,7 @@ bool CMovieInfo::saveFile_vlc(const CFile & /*file*/, const char */*text*/, cons
* *
* */ * */
#if 1 #if 0
MI_MOVIE_INFO& MI_MOVIE_INFO::operator=(const MI_MOVIE_INFO& src) MI_MOVIE_INFO& MI_MOVIE_INFO::operator=(const MI_MOVIE_INFO& src)
{ {
file.Name = src.file.Name; file.Name = src.file.Name;

View File

@@ -146,7 +146,7 @@ typedef struct
class MI_MOVIE_INFO class MI_MOVIE_INFO
{ {
public: public:
MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src); //MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src);
CFile file; // not stored in xml CFile file; // not stored in xml
std::string productionCountry; // user defined Country (not from EPG yet, but might be possible) std::string productionCountry; // user defined Country (not from EPG yet, but might be possible)
std::string epgTitle; // plain movie name, usually filled by EPG std::string epgTitle; // plain movie name, usually filled by EPG