mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
Add override specifier to some Beast functions
This commit is contained in:
@@ -221,7 +221,7 @@ public:
|
||||
signalThreadShouldExit();
|
||||
}
|
||||
|
||||
void run()
|
||||
void run() override
|
||||
{
|
||||
connection = [[NSURLConnection alloc] initWithRequest: request
|
||||
delegate: delegate];
|
||||
|
||||
@@ -62,7 +62,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void run()
|
||||
void run() override
|
||||
{
|
||||
while (! threadShouldExit())
|
||||
{
|
||||
|
||||
@@ -129,7 +129,7 @@ public:
|
||||
|
||||
//==============================================================================
|
||||
#ifndef DOXYGEN
|
||||
void run();
|
||||
void run() override;
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user