mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:52:49 +08:00
AlprConfigNet ctor must be internal.
This commit is contained in:
@@ -342,13 +342,14 @@ namespace openalprnet {
|
||||
|
||||
public ref class AlprConfigNet sealed
|
||||
{
|
||||
public:
|
||||
|
||||
AlprConfigNet(Config* config) : m_config (config)
|
||||
internal:
|
||||
AlprConfigNet(Config* config) : m_config(config)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
property bool IsLoaded {
|
||||
bool get()
|
||||
{
|
||||
|
Reference in New Issue
Block a user