summaryrefslogtreecommitdiff
path: root/src/context/cdlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdlist.h')
-rw-r--r--src/context/cdlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdlist.h b/src/context/cdlist.h
index 7edef4121..c999ecadb 100644
--- a/src/context/cdlist.h
+++ b/src/context/cdlist.h
@@ -320,7 +320,7 @@ public:
// requirements of a bidirectional iterator ?
typedef std::input_iterator_tag iterator_category;
typedef T value_type;
- typedef ptrdiff_t difference_type;
+ typedef std::ptrdiff_t difference_type;
typedef const T* pointer;
typedef const T& reference;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback