make the sgsettings constructor private

This commit is contained in:
Mamadou Babaei
2024-08-16 18:01:36 +02:00
parent 9238109b6f
commit 1e77d973d7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ This is a bugfix release addressing mostly RunUAT build issues on Unreal Engine
### Changed
- The SGSettings constructor visibility has been changed from public to private.
- The SenseGlove libraries have been updated to v2.103.0-4a8bd81d.
- Updated the Directory Structure section of the main README file to reflect the latest toolchain support status.
@@ -69,7 +69,7 @@ private:
UPROPERTY(Config, EditDefaultsOnly, Category = "SenseGlove")
FSGWristTrackingSettings WristTrackingSettings;
public:
private:
USGSettings();
public: