Fixed accidental code remove in last commit

This commit is contained in:
vurtun 2018-01-15 23:31:15 +01:00
parent c36a167127
commit 11c81d4631

View File

@ -2911,7 +2911,7 @@ NK_API void nk_tree_state_pop(struct nk_context*);
* ============================================================================= */
struct nk_list_view {
/* public: */
begin, end, count;
int begin, end, count;
/* private: */
int total_height;
struct nk_context *ctx;