mirror of https://github.com/odrling/Aegisub
Fix a const issue in JpCntx.h.
Originally committed to SVN as r3656.
This commit is contained in:
parent
3bea135663
commit
7a53f7dd43
|
@ -46,7 +46,7 @@
|
|||
#define MAX_REL_THRESHOLD 1000
|
||||
|
||||
//hiragana frequency category table
|
||||
extern char jp2CharContext[83][83];
|
||||
extern const char jp2CharContext[83][83];
|
||||
|
||||
class JapaneseContextAnalysis
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue