diff options
Diffstat (limited to 'src/generic/problemresolver/incremental_expression.h')
-rw-r--r-- | src/generic/problemresolver/incremental_expression.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/generic/problemresolver/incremental_expression.h b/src/generic/problemresolver/incremental_expression.h index 57393ac9..683e4cba 100644 --- a/src/generic/problemresolver/incremental_expression.h +++ b/src/generic/problemresolver/incremental_expression.h @@ -1,6 +1,6 @@ /** \file incremental_expression.h */ // -*-c++-*- -// Copyright (C) 2009 Daniel Burrows +// Copyright (C) 2009-2010 Daniel Burrows // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -367,7 +367,7 @@ public: expression_wrapper &operator=(const expression_wrapper &other) { - set_child(other.get_child); + set_child(other.get_child()); return *this; } |