Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Bug fixes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuhoi committed Aug 19, 2020
1 parent 197e30c commit d0bcbe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions interpreter/interpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <map>
#include "../parserlib/text_data.h"


// TQML interpreter functions

// Initialize the interpreter components
Expand Down
3 changes: 0 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ int main(int argc, char **argv)

return 0;
}



0 comments on commit d0bcbe5

Please sign in to comment.