mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Fix for GCC in string.h
This commit is contained in:
parent
033aad9d28
commit
86dab97cac
@ -29,6 +29,8 @@ namespace base {
|
||||
typename SubIterator::pointer,
|
||||
typename SubIterator::reference> {
|
||||
public:
|
||||
typedef typename SubIterator::pointer pointer; // Needed for GCC
|
||||
|
||||
explicit utf8_iteratorT(const SubIterator& it)
|
||||
: m_internal(it) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user