Fix for breakage with multiple books
This commit is contained in:
@@ -313,6 +313,17 @@ bool wxURI::IsReference() const
|
||||
return !HasScheme() || !HasServer();
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// IsRelative
|
||||
//
|
||||
// FIXME: may need refinement
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
bool wxURI::IsRelative() const
|
||||
{
|
||||
return !HasScheme() && !HasServer();
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Parse
|
||||
//
|
||||
|
Reference in New Issue
Block a user