diff options
Diffstat (limited to 'corewords.hpp')
-rw-r--r-- | corewords.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.hpp b/corewords.hpp index 0c00100..126878e 100644 --- a/corewords.hpp +++ b/corewords.hpp @@ -37,7 +37,7 @@ public: static int findi(std::string_view); static int findi(State&, Word); static Func find(State&, Word); - static bool run(int, State&); + static void run(int, State&); private: // Ends with '\0': regular word |