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:
parent
320659b0cd
commit
608110804c
4 changed files with 15 additions and 15 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue