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 ref class AlprConfigNet sealed
|
||||||
{
|
{
|
||||||
public:
|
internal:
|
||||||
|
AlprConfigNet(Config* config) : m_config(config)
|
||||||
AlprConfigNet(Config* config) : m_config (config)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
property bool IsLoaded {
|
property bool IsLoaded {
|
||||||
bool get()
|
bool get()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user