blob: c9ecf1fe0ed2eff1d5b1811311edc18e8d6c69cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : odb/qt/mutable-list-iterator.hxx
// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_MUTABLE_LIST_ITERATOR_HXX
#define ODB_QT_MUTABLE_LIST_ITERATOR_HXX
#include <odb/qt/containers/mutable-list-iterator.hxx>
#endif // ODB_QT_MUTABLE_LIST_ITERATOR_HXX
|