fix impl owners

This commit is contained in:
Mamadou Babaei
2023-02-14 23:10:12 +01:00
parent b003fb1e01
commit c60946ccc4
4 changed files with 4 additions and 4 deletions
@@ -57,7 +57,7 @@ struct USGBetaDevice::FImpl
* Owner object
************************/
USGDevice* Owner;
USGBetaDevice* Owner;
/************************
* Constructor / Destructor
@@ -69,7 +69,7 @@ struct USGHapticGlove::FImpl
* Owner object
************************/
USGDevice* Owner;
USGHapticGlove* Owner;
/************************
* Constructor / Destructor
@@ -80,7 +80,7 @@ struct USGNovaGlove::FImpl
* Owner object
************************/
USGDevice* Owner;
USGNovaGlove* Owner;
/************************
* Constructor / Destructor
@@ -78,7 +78,7 @@ struct USGSenseGlove::FImpl
* Owner object
************************/
USGDevice* Owner;
USGSenseGlove* Owner;
/************************
* Constructor / Destructor