summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--soft/SoftGateKeeper.h6
-rw-r--r--soft/SoftGateKeeperDevice.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/soft/SoftGateKeeperDevice.h b/soft/SoftGateKeeperDevice.h
index ae71b8c..342879c 100644
--- a/soft/SoftGateKeeperDevice.h
+++ b/soft/SoftGateKeeperDevice.h
@@ -85,7 +85,7 @@ public:
gatekeeper_device deviceSoft;
private:
- UniquePtr<SoftGateKeeper> implSoft;
+ std::unique_ptr<SoftGateKeeper> implSoft;
};
} // namespace gatekeeper