diff options
| author | ac79b0c6 <[email protected]> | 2022-06-06 11:14:35 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-06-06 11:14:35 +0800 |
| commit | 0350318dfc46012b6495a18f7178ee4aa098fc77 (patch) | |
| tree | 75d58c0c9710ad7dc2eabc7a33996a8938ae7088 /mkvtool-gui/MainWindow.axaml.cs | |
| parent | a782d6998949de6fb5cffc6507d46ccb09e35b8a (diff) | |
update mkvtool-gui
Diffstat (limited to 'mkvtool-gui/MainWindow.axaml.cs')
| -rw-r--r-- | mkvtool-gui/MainWindow.axaml.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkvtool-gui/MainWindow.axaml.cs b/mkvtool-gui/MainWindow.axaml.cs index a44abd7..40b340f 100644 --- a/mkvtool-gui/MainWindow.axaml.cs +++ b/mkvtool-gui/MainWindow.axaml.cs @@ -69,6 +69,11 @@ namespace mkvtool }).Start(); } } + + void lcb(mkvlib.LogLevel l, string str) + { + lcb(str); + } void lcb(string str) { |
