mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-30 20:27:39 +00:00
feat(developer): use ProcesData instead old convert_object
This commit is contained in:
parent
db354a948c
commit
a09d615ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ export class KmnFileWriter {
|
|||
* @param data_ukelele an object containing all data read from a .keylayout file
|
||||
* @return string - all stores to be printed
|
||||
*/
|
||||
public write_KmnFileHeader(data_ukelele: convert_object): string {
|
||||
public write_KmnFileHeader(data_ukelele: ProcesData) {
|
||||
|
||||
let data: string = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue