diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/enterprise_test/src/enterprise_test.cpp | 2 |
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. */ |
