blob: 4965b76a2c15ba7497258adebc90497b52c00346 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : odb/qt/mutable-list-iterator.hxx
// copyright : Copyright (c) 2005-2015 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
|