summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-16 09:30:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-16 09:30:20 +0100
commita6ded3b0137f378a9e7a83903193d6e3fd9b0126 (patch)
tree3707745222b1a37adc153c4ad1ca118af0ecc268 /include
parent3a122347b9a47f1ff7103364e90b77bc605fafce (diff)
Clean up integers representing positions in SwOutlineNodes vectors
Change-Id: If1a6a9cb61ffd355a85835127e7c893969833587
Diffstat (limited to 'include')
-rw-r--r--include/o3tl/sorted_vector.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index a2267c005003..f18ff04588b6 100644
--- a/include/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
@@ -37,6 +37,7 @@ private:
typedef typename std::vector<Value>::iterator iterator;
public:
typedef typename std::vector<Value>::const_iterator const_iterator;
+ typedef typename std::vector<Value>::difference_type difference_type;
typedef typename std::vector<Value>::size_type size_type;
// MODIFIERS