minor cosmetic fix

This commit is contained in:
fgerlits 2010-01-18 20:38:33 +00:00
parent eac5556768
commit 77a2a08c52
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -480,5 +480,5 @@ class PlaylistElement : public Configurable
} // namespace Core } // namespace Core
} // namespace LiveSupport } // namespace LiveSupport
#endif // PlaylistElement_h #endif // LiveSupport_Core_PlaylistElement_h