From 688a36a98c65c71baafbde9a20926f34ce9b3a5f Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 10 Mar 2023 01:59:21 -0500 Subject: Make Enterprise C++ API more clear. --- examples/enterprise_test/src/enterprise_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/enterprise_test') diff --git a/examples/enterprise_test/src/enterprise_test.cpp b/examples/enterprise_test/src/enterprise_test.cpp index bc2444f5..2a6b42c0 100644 --- a/examples/enterprise_test/src/enterprise_test.cpp +++ b/examples/enterprise_test/src/enterprise_test.cpp @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) exit(-1); } - EnterpriseServer::LicenseCheckout _{}; + Enterprise::LicenseCheckout _{}; /* In order to initiate the bundled plugins properly, the location * of where bundled plugins directory is must be set. */ -- cgit v1.3.1