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