summaryrefslogtreecommitdiff
path: root/examples/enterprise_test
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-03-10 01:59:21 -0500
committerAlexander Taylor <alex@vector35.com>2023-03-10 01:59:21 -0500
commit688a36a98c65c71baafbde9a20926f34ce9b3a5f (patch)
treeb6845ec45b00414a5bfeb4d7fcf632bb75377ca2 /examples/enterprise_test
parent98f82f57bfc4283d3c00e1da5ac68d2e737c7640 (diff)
Make Enterprise C++ API more clear.
Diffstat (limited to 'examples/enterprise_test')
-rw-r--r--examples/enterprise_test/src/enterprise_test.cpp2
1 files changed, 1 insertions, 1 deletions
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. */