From 50a28dbe7bf116aba0ff13dfd2cbe972b7df2d09 Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Mon, 19 Apr 2010 21:43:37 -0700 Subject: Fix a line that couldn't possibly have compiled. I'm guessing that nothing was instantiating that method. --- src/generic/problemresolver/incremental_expression.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/generic/problemresolver/incremental_expression.h') 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; } -- cgit v1.2.3