Make ConnectionState public

This commit is contained in:
Garry Newman 2020-02-19 09:46:46 +00:00
parent a6b12d64f5
commit ca294e7733

View File

@ -112,6 +112,7 @@ public static class Cleanup
if ( name == "InputSourceMode" ) return "public";
if ( name == "UserHasLicenseForAppResult" ) return "public";
if ( name == "PingLocation" ) return "public";
if ( name == "ConnectionState" ) return "public";
return "internal";
}