AlprConfigNet ctor must be internal.

This commit is contained in:
Peter Rekdal Sunde
2015-07-09 19:27:25 +02:00
parent 7f385a33f3
commit 84a032112c

View File

@@ -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()
{ {