mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 01:16:50 +08:00
Feature: Allow .NET users to manage configuration after it has been loaded from disk.
This commit is contained in:
@@ -108,5 +108,8 @@ namespace alpr
|
||||
return AlprImpl::getVersion();
|
||||
}
|
||||
|
||||
|
||||
Config* Alpr::getConfig()
|
||||
{
|
||||
return impl->config;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user