diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-12-29 10:35:47 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-12-29 10:35:47 +0100 |
commit | 6cbf46d8618c89c77334f8c4ddaeed0eb58ae872 (patch) | |
tree | 3ca3114cedeef77fbfc33ee34717c6e515a9627d | |
parent | b6ab276f3dbb39a5a4799508b4dd0eb81488171f (diff) | |
parent | 319a94c0f1e59f0ce1906c40b318548c688953f5 (diff) | |
download | midi_matrix.lv2-6cbf46d8618c89c77334f8c4ddaeed0eb58ae872.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 |