Commit 6364bc24 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

UPnP: fix warning

parent aca5da7d
......@@ -1071,7 +1071,7 @@ const char* Item::getResource() const
return _resource.c_str();
}
const mtime_t Item::getDuration() const
mtime_t Item::getDuration() const
{
return _duration;
}
......
......@@ -126,7 +126,7 @@ public:
const char* getObjectID() const;
const char* getTitle() const;
const char* getResource() const;
const mtime_t getDuration() const;
mtime_t getDuration() const;
void setInputItem( input_item_t* p_input_item );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment