Browse Source

Fixed accidental code remove in last commit

vurtun 7 years ago
parent
commit
11c81d4631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuklear.h

+ 1 - 1
nuklear.h

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