mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-09 09:39:41 +02:00
fixing Linux warnings
This commit is contained in:
parent
541aef5e90
commit
8759f028f8
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ namespace platform {
|
|||
class MACOSInstance : public Instance {
|
||||
|
||||
public:
|
||||
bool enumeratePlatform();
|
||||
bool enumeratePlatform() override;
|
||||
|
||||
private:
|
||||
unsigned int getNumLogicalCores();
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace platform {
|
|||
class WINInstance : public Instance {
|
||||
|
||||
public:
|
||||
bool enumeratePlatform();
|
||||
bool enumeratePlatform() override;
|
||||
|
||||
private:
|
||||
unsigned int getNumLogicalCores();
|
||||
|
|
Loading…
Reference in a new issue