minor cosmetic fix
This commit is contained in:
parent
eac5556768
commit
77a2a08c52
|
@ -516,7 +516,7 @@ class Playlist : public Configurable,
|
||||||
*
|
*
|
||||||
* @return the URI.
|
* @return the URI.
|
||||||
*/
|
*/
|
||||||
virtual Ptr<const string>::Ref
|
virtual Ptr<const std::string>::Ref
|
||||||
getUri(void) const throw ()
|
getUri(void) const throw ()
|
||||||
{
|
{
|
||||||
return uri;
|
return uri;
|
||||||
|
|
|
@ -480,5 +480,5 @@ class PlaylistElement : public Configurable
|
||||||
} // namespace Core
|
} // namespace Core
|
||||||
} // namespace LiveSupport
|
} // namespace LiveSupport
|
||||||
|
|
||||||
#endif // PlaylistElement_h
|
#endif // LiveSupport_Core_PlaylistElement_h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue