fixed typo
This commit is contained in:
parent
395c0af2bd
commit
63cbb0890e
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: fgerlits $
|
Author : $Author: fgerlits $
|
||||||
Version : $Revision: 1.46 $
|
Version : $Revision: 1.47 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/src/WebStorageClient.cxx,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/src/WebStorageClient.cxx,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -1204,7 +1204,7 @@ WebStorageClient :: savePlaylist(Ptr<SessionId>::Ref sessionId,
|
||||||
* Revert a playlist to its pre-editing state.
|
* Revert a playlist to its pre-editing state.
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
WebStorageClient :: revertPlaylist(Ptr<const Glib::ustring>::Ref playlistToken)
|
WebStorageClient :: revertPlaylist(Ptr<const std::string>::Ref playlistToken)
|
||||||
throw (XmlRpcException)
|
throw (XmlRpcException)
|
||||||
{
|
{
|
||||||
if (!playlistToken) {
|
if (!playlistToken) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue