diff options
| author | Patrick Schönberger | 2021-08-12 15:17:22 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2021-08-12 15:17:22 +0200 |
| commit | 9f94b672a5dc32da5ad01742bd4e976315a30d9c (patch) | |
| tree | 1d0f59296e5e3e49c8cd846dfd1237bcef747da4 /src/main.cpp | |
| parent | 66a27d2fc7c1ad4e97de76d4982168a0fed9920a (diff) | |
| download | toc-9f94b672a5dc32da5ad01742bd4e976315a30d9c.tar.gz toc-9f94b672a5dc32da5ad01742bd4e976315a30d9c.zip | |
fix function and method return types
Diffstat (limited to 'src/main.cpp')
| -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 bd9a2b2..a075a80 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/test.toc");
+ std::ifstream ifs("test/test2.toc");
// create ANTLR input from filestream
ANTLRInputStream input(ifs);
|
