aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers/list.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/containers/list.ixx')
-rw-r--r--odb/qt/containers/list.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/containers/list.ixx b/odb/qt/containers/list.ixx
index 90a10e6..f7f57b2 100644
--- a/odb/qt/containers/list.ixx
+++ b/odb/qt/containers/list.ixx
@@ -257,7 +257,7 @@ erase (iterator f, iterator l)
template <typename T>
inline T& QOdbList<T>::
-modify_first ()
+modifyFirst ()
{
T& r (l_.first ());
if (_tracking ())
@@ -267,7 +267,7 @@ modify_first ()
template <typename T>
inline T& QOdbList<T>::
-modify_last ()
+modifyLast ()
{
T& r (l_.last ());
if (_tracking ())