aboutsummaryrefslogtreecommitdiff
path: root/src/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r--src/GPU2D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h
index dd3bbf6..7367d07 100644
--- a/src/GPU2D.h
+++ b/src/GPU2D.h
@@ -35,7 +35,7 @@ public:
// take a reference to the GPU so we can access its state
// and ensure that it's not null
Unit(u32 num, melonDS::GPU& gpu);
-
+ virtual ~Unit() = default;
Unit(const Unit&) = delete;
Unit& operator=(const Unit&) = delete;