rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject
Ensures that destruction will always do the right thing in any context.
This commit is contained in:
parent
29f082775b
commit
9de523fd90
3 changed files with 10 additions and 0 deletions
|
@ -21,6 +21,7 @@ add_library(video_core STATIC
|
|||
macro_interpreter.h
|
||||
memory_manager.cpp
|
||||
memory_manager.h
|
||||
rasterizer_cache.cpp
|
||||
rasterizer_cache.h
|
||||
rasterizer_interface.h
|
||||
renderer_base.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue