Kaydet (Commit) fa72dc68 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

...and a missing "static"

Change-Id: I08e354e599e4a4c0f52b96c58145c4e6623c200b
üst 83ae8301
...@@ -63,7 +63,7 @@ private: ...@@ -63,7 +63,7 @@ private:
void InvalidateChildrensListPositions(); void InvalidateChildrensListPositions();
public: public:
const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE; static const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE;
SvTreeListEntry(); SvTreeListEntry();
SvTreeListEntry(const SvTreeListEntry& r); SvTreeListEntry(const SvTreeListEntry& r);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment