diff options
Diffstat (limited to 'Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp b/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp index 5cebc103a8..25dadf58d2 100644 --- a/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp +++ b/Source/UnitTests/Core/DSP/DSPAcceleratorTest.cpp @@ -22,6 +22,7 @@ public: } bool EndExceptionRaised() const { return m_accov_raised; } + protected: void OnEndException() override { |
