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