From: Tim King Date: Mon, 1 Feb 2016 19:10:51 +0000 (-0800) Subject: Making the ManagedOstream::defaultSource() a const function. X-Git-Tag: cvc5-1.0.0~6097 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f60dbe5eb60895a1d7f4606dcb4d4459fcfce955;p=cvc5.git Making the ManagedOstream::defaultSource() a const function. --- diff --git a/src/smt/managed_ostreams.h b/src/smt/managed_ostreams.h index 05d026b24..6dc785027 100644 --- a/src/smt/managed_ostreams.h +++ b/src/smt/managed_ostreams.h @@ -48,7 +48,7 @@ class ManagedOstream { void set(const std::string& filename); /** If this is associated with an option, return the string value. */ - virtual std::string defaultSource() { return ""; } + virtual std::string defaultSource() const { return ""; } protected: