Code cleanup: fix compiler warning with clang.

This commit is contained in:
2014-02-09 13:56:49 +01:00
parent c6d1eaa3b2
commit 04db32b698

View File

@@ -313,16 +313,16 @@ int uiFloatPrecisionCalc(int prec, double value)
*
* \{ */
typedef struct uiButStore {
struct uiButStore {
struct uiButStore *next, *prev;
uiBlock *block;
ListBase items;
} uiButStore;
};
typedef struct uiButStoreElem {
struct uiButStoreElem {
struct uiButStoreElem *next, *prev;
uiBut **but_p;
} uiButStoreElem;
};
/**
* Create a new button sture, the caller must manage and run #UI_butstore_free