More minor tweaks

This commit is contained in:
2019-02-21 15:59:38 -06:00
parent fca6ebedd6
commit ffb891b04b
6 changed files with 13 additions and 15 deletions

View File

@ -15,7 +15,7 @@ namespace ScreenLogicConnect
public byte m_flags;
public byte m_function;
public byte m_interface;
public String m_name;
public string m_name;
public byte m_nameIndex;
}
}