Commit 09fcec33 authored by Gus Grubba's avatar Gus Grubba

Forgot to initialize variable when copying/pasting from another branch.

parent 587c6f9c
...@@ -52,6 +52,7 @@ QGCCacheWorker::QGCCacheWorker() ...@@ -52,6 +52,7 @@ QGCCacheWorker::QGCCacheWorker()
, _defaultCount(0) , _defaultCount(0)
, _lastUpdate(0) , _lastUpdate(0)
, _updateTimeout(SHORT_TIMEOUT) , _updateTimeout(SHORT_TIMEOUT)
, _hostLookupID(0)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment