summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-06 08:36:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 08:36:56 +0100
commitfa72dc688f5fc2af775c33c0a752c7f058da569a (patch)
tree51ed9e6682fccd9e2a706b0a0d484c214bb5474c /include/svtools
parent83ae8301dead1f1780eeb251f42f090845849195 (diff)
...and a missing "static"
Change-Id: I08e354e599e4a4c0f52b96c58145c4e6623c200b
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/treelistentry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx
index c14c185204af..c457d209750f 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);