We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9534cd1 commit c70fa96Copy full SHA for c70fa96
example-code/checker.cpp
@@ -4,7 +4,6 @@
4
#include "yavl.h"
5
6
using namespace std;
7
-using namespace YAVL;
8
9
int main(int argc, char **argv)
10
{
@@ -32,7 +31,7 @@ int main(int argc, char **argv)
32
31
return 2;
33
}
34
35
- Validator yavl(gr, doc);
+ YAVL::Validator yavl(gr, doc);
36
bool ok = yavl.validate();
37
if (!ok) {
38
cout << "ERRORS FOUND: " << endl << endl;
0 commit comments