move domSource to Eval, as it's an Eval source

This commit is contained in:
Dustin J. Mitchell
2021-12-18 02:06:31 +00:00
committed by Tomas Babej
parent 6e9ad1048d
commit db26a28bf9
4 changed files with 21 additions and 19 deletions

View File

@@ -32,6 +32,8 @@
#include <Lexer.h>
#include <Variant.h>
bool domSource (const std::string&, Variant&);
class Eval
{
public: