diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-06-24 07:09:56 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-06-24 07:09:56 +0200 |
commit | 34841a41c308aa1336f71fbce3006302452302d1 (patch) | |
tree | a115073e091e4954b702fa95a5f44cd7ae4b69b4 | |
parent | texture_cache/surface_base: Address feedback (diff) | |
download | yuzu-34841a41c308aa1336f71fbce3006302452302d1.tar yuzu-34841a41c308aa1336f71fbce3006302452302d1.tar.gz yuzu-34841a41c308aa1336f71fbce3006302452302d1.tar.bz2 yuzu-34841a41c308aa1336f71fbce3006302452302d1.tar.lz yuzu-34841a41c308aa1336f71fbce3006302452302d1.tar.xz yuzu-34841a41c308aa1336f71fbce3006302452302d1.tar.zst yuzu-34841a41c308aa1336f71fbce3006302452302d1.zip |
-rw-r--r-- | src/video_core/texture_cache/surface_view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/surface_view.h b/src/video_core/texture_cache/surface_view.h index 1ef4509ce..04ca5639b 100644 --- a/src/video_core/texture_cache/surface_view.h +++ b/src/video_core/texture_cache/surface_view.h @@ -44,7 +44,6 @@ struct ViewParams { class ViewBase { public: ViewBase(const ViewParams& params) : params{params} {} - ~ViewBase() = default; const ViewParams& GetViewParams() const { return params; |