Fix build warnings

develop
kaetemi 4 years ago
parent 8be138931d
commit 0367e4f7c3

@ -53,7 +53,7 @@ public:
static void releaseInstance(); static void releaseInstance();
public: public:
typedef struct typedef struct TElement
{ {
uint32 Index; uint32 Index;
NLMISC::CSheetId SheetId; NLMISC::CSheetId SheetId;
@ -66,7 +66,7 @@ public:
} }
} TElement; } TElement;
typedef struct typedef struct TElementList
{ {
// elements list for a visual slot. // elements list for a visual slot.
std::vector<TElement> Element; std::vector<TElement> Element;

Loading…
Cancel
Save