make the USGBackend constructor private
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
TUniquePtr<FImpl, FImplDeleter> Pimpl;
|
||||
FImplDeleter PimplDeleter;
|
||||
|
||||
public:
|
||||
private:
|
||||
USGBackend();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user