// Name: url.h
// Purpose: interface of wxURL
// Author: wxWidgets team
-// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
/**
Returns a reference to the protocol which will be used to get the URL.
*/
- wxProtocol GetProtocol();
+ wxProtocol& GetProtocol();
/**
- Returns @true if this object is correctly initialized, i.e. if
+ Returns @true if this object is correctly initialized, i.e.\ if
GetError() returns ::wxURL_NOERR.
*/
bool IsOk() const;