diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-12-29 10:36:41 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-12-29 10:36:41 +0100 |
commit | 8da2ce3b0a934e39ead82ce95721a01097507c94 (patch) | |
tree | f0c45f607c32b30d6bae06e49f791d9980b206fc | |
parent | 0b6de1fa34c41aebc10fcacc7010686db9e2ceca (diff) | |
parent | 319a94c0f1e59f0ce1906c40b318548c688953f5 (diff) | |
download | sherlock.lv2-8da2ce3b0a934e39ead82ce95721a01097507c94.tar.xz |
Merge commit '319a94c0f1e59f0ce1906c40b318548c688953f5'
-rw-r--r-- | nk_pugl/nk_pugl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nk_pugl/nk_pugl.h b/nk_pugl/nk_pugl.h index d876dfc..439a138 100644 --- a/nk_pugl/nk_pugl.h +++ b/nk_pugl/nk_pugl.h @@ -769,7 +769,7 @@ nk_pugl_init(nk_pugl_window_t *win) // init nuklear font struct nk_font *ttf = NULL; struct nk_font_config fcfg = nk_font_config(cfg->font.size); - const nk_rune range [] = { + static const nk_rune range [] = { 0x0020, 0x007F, // Basic Latin 0x00A0, 0x00FF, // Latin-1 Supplement 0x0100, 0x017F, // Latin Extended-A |