From 77a2a08c5263583f04bfb73715b182a09b662a9a Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 18 Jan 2010 20:38:33 +0000 Subject: [PATCH] minor cosmetic fix --- campcaster/src/modules/core/include/LiveSupport/Core/Playlist.h | 2 +- .../src/modules/core/include/LiveSupport/Core/PlaylistElement.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/campcaster/src/modules/core/include/LiveSupport/Core/Playlist.h b/campcaster/src/modules/core/include/LiveSupport/Core/Playlist.h index e11e11d4b..7883589ac 100644 --- a/campcaster/src/modules/core/include/LiveSupport/Core/Playlist.h +++ b/campcaster/src/modules/core/include/LiveSupport/Core/Playlist.h @@ -516,7 +516,7 @@ class Playlist : public Configurable, * * @return the URI. */ - virtual Ptr::Ref + virtual Ptr::Ref getUri(void) const throw () { return uri; diff --git a/campcaster/src/modules/core/include/LiveSupport/Core/PlaylistElement.h b/campcaster/src/modules/core/include/LiveSupport/Core/PlaylistElement.h index aecacfac6..04f6f0bb2 100644 --- a/campcaster/src/modules/core/include/LiveSupport/Core/PlaylistElement.h +++ b/campcaster/src/modules/core/include/LiveSupport/Core/PlaylistElement.h @@ -480,5 +480,5 @@ class PlaylistElement : public Configurable } // namespace Core } // namespace LiveSupport -#endif // PlaylistElement_h +#endif // LiveSupport_Core_PlaylistElement_h