mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 14:52:36 +02:00
Fix unix warning
This commit is contained in:
parent
3605b3d560
commit
329a76d4d6
1 changed files with 1 additions and 1 deletions
|
@ -576,8 +576,8 @@ Resource::Resource(const Resource& other) :
|
|||
|
||||
Resource::Resource(const QUrl& url) :
|
||||
_url(url),
|
||||
_activeUrl(url),
|
||||
_effectiveBaseURL(url),
|
||||
_activeUrl(url),
|
||||
_requestID(++requestID) {
|
||||
init();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue