include/svtools/treelistentry.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fa72dc688f5fc2af775c33c0a752c7f058da569a Author: Stephan Bergmann <[email protected]> Date: Fri Dec 6 08:36:56 2013 +0100 ...and a missing "static" Change-Id: I08e354e599e4a4c0f52b96c58145c4e6623c200b diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx index c14c185..c457d20 100644 --- a/include/svtools/treelistentry.hxx +++ b/include/svtools/treelistentry.hxx @@ -63,7 +63,7 @@ private: void InvalidateChildrensListPositions(); public: - const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE; + static const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE; SvTreeListEntry(); SvTreeListEntry(const SvTreeListEntry& r); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
