Skip to content

Commit

Permalink
Make variant public but const
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Koenig committed Mar 6, 2024
1 parent 21295fa commit 0cfd7c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions alica_engine/include/engine/IAlicaTrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class IAlicaTrace
{
}

private:
Variant variant;
const Variant variant;
};

public:
Expand Down

0 comments on commit 0cfd7c1

Please sign in to comment.