mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Warnings: Add missing overrides
This commit is contained in:
parent
6c32c4df87
commit
047448fbce
84 changed files with 630 additions and 627 deletions
|
|
@ -406,7 +406,7 @@ public:
|
|||
: UnitTest ("OSCAddress class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("construction and parsing");
|
||||
{
|
||||
|
|
@ -452,7 +452,7 @@ public:
|
|||
: UnitTest ("OSCAddressPattern class", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("construction and parsing");
|
||||
{
|
||||
|
|
@ -593,7 +593,7 @@ public:
|
|||
: UnitTest ("OSCAddress class / pattern matching", UnitTestCategories::osc)
|
||||
{}
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
beginTest ("basic string matching");
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue