Skip to content

Commit

Permalink
Add default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspj committed Apr 23, 2023
1 parent b87bd86 commit 28db998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Engine/source/console/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ namespace Con
String error;

public:
EvalResult() {}

EvalResult(ConsoleValue&& pValue)
{
valid = true;
Expand Down

0 comments on commit 28db998

Please sign in to comment.