diff options
| author | Patrick Schönberger | 2021-08-12 08:52:59 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2021-08-12 08:52:59 +0200 |
| commit | 3b7b6d9a84bfc5f328c2ed78ca72a836a67468ae (patch) | |
| tree | d8f4efda2d6fc3f8f130e7d3038f82583e81c3dd /src | |
| parent | 9610ce88f0b753db81014a053bd3c6d79471c90c (diff) | |
| download | toc-3b7b6d9a84bfc5f328c2ed78ca72a836a67468ae.tar.gz toc-3b7b6d9a84bfc5f328c2ed78ca72a836a67468ae.zip | |
changed example
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6792e83..5b53b10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,7 @@ using namespace antlr4; int main(int argc, const char * argv[])
{
- std::ifstream ifs("test/test2.toc");
+ std::ifstream ifs("test/test.toc");
ANTLRInputStream input(ifs);
|
