Skip to content

Commit 35ab41f

Browse files
committed
added calculator
1 parent 5e5866b commit 35ab41f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/pythonic/REPL/pythonicCalculator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ namespace pythonic
724724
};
725725

726726

727-
void calculator()
727+
inline void calculator()
728728
{
729729
Calculator calc;
730730
std::string line;

0 commit comments

Comments
 (0)