1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Make all ExternalValueBase functions const

This commit is contained in:
Shea Levy 2014-12-02 10:02:03 -05:00
parent 320659b0cd
commit 608110804c
4 changed files with 15 additions and 15 deletions

View file

@ -155,7 +155,7 @@ static void printValueAsXML(EvalState & state, bool strict, bool location,
void ExternalValueBase::printValueAsXML(EvalState & state, bool strict,
bool location, XMLWriter & doc, PathSet & context, PathSet & drvsSeen)
bool location, XMLWriter & doc, PathSet & context, PathSet & drvsSeen) const
{
doc.writeEmptyElement("unevaluated");
}