mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 12:37:57 -05:00
Add override
keyword through the code.
This was automated using `clang-modernize`.
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
* Gets the string name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const {
|
||||
std::string GetPortName() const override {
|
||||
return "srv:";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user