Add override specifier to some Beast functions

This commit is contained in:
Vinnie Falco
2013-06-24 15:50:14 -07:00
parent 3699b74ebb
commit 94e9632234
3 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ public:
//==============================================================================
#ifndef DOXYGEN
void run();
void run() override;
#endif
//==============================================================================