Skip to content

Commit

Permalink
use assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 22, 2024
1 parent 414c33f commit 69f118e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/smt/fingerprints.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ namespace smt {

class fingerprint {
protected:
void* m_data{ nullptr };
unsigned m_data_hash{ 0 };
expr* m_def{ nullptr };
unsigned m_num_args{ 0 };
enode** m_args{ nullptr };
void* m_data = nullptr;
unsigned m_data_hash = 0;
expr* m_def = nullptr;
unsigned m_num_args = 0;
enode** m_args = nullptr;

friend class fingerprint_set;
fingerprint() {}
Expand Down

0 comments on commit 69f118e

Please sign in to comment.