This commit is contained in:
Émilie Feral
2018-03-22 13:46:10 +01:00
committed by EmilieNumworks
parent 75292ed749
commit ae086adfcf
2 changed files with 1 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ private:
constexpr static KDText::FontSize k_fontSize = KDText::FontSize::Small;
void scrollToLetter(char letter);
void scrollToAndSelectChild(int i);
Action m_action;
MessageTableCellWithMessage m_leafCells[k_maxNumberOfDisplayedRows];
MessageTableCellWithChevron m_nodeCells[k_maxNumberOfDisplayedRows];
};

View File

@@ -34,8 +34,7 @@ public:
NotEnoughSpaceAvailable = 3,
RecordDoesNotExist = 4
};
struct Data
{
struct Data {
const void * buffer;
size_t size;
};