diff options
Diffstat (limited to 'view/sharedcache/ui/dscwidget.h')
| -rw-r--r-- | view/sharedcache/ui/dscwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/ui/dscwidget.h b/view/sharedcache/ui/dscwidget.h index 0d5b9e0b..c4be969c 100644 --- a/view/sharedcache/ui/dscwidget.h +++ b/view/sharedcache/ui/dscwidget.h @@ -76,7 +76,7 @@ class DSCContentsModel : public QAbstractItemModel { Q_OBJECT BinaryViewRef m_bv; - SharedCacheAPI::SCRef<SharedCacheAPI::SharedCache> m_cache; + Ref<SharedCacheAPI::SharedCache> m_cache; DSCContentsModelItem *m_root; std::unordered_map<std::string, DSCContentsModelItem *> m_dscItems; |
