Skip to content

Commit 69f118e

Browse files
use assignment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 414c33f commit 69f118e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/smt/fingerprints.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ namespace smt {
2525

2626
class fingerprint {
2727
protected:
28-
void* m_data{ nullptr };
29-
unsigned m_data_hash{ 0 };
30-
expr* m_def{ nullptr };
31-
unsigned m_num_args{ 0 };
32-
enode** m_args{ nullptr };
28+
void* m_data = nullptr;
29+
unsigned m_data_hash = 0;
30+
expr* m_def = nullptr;
31+
unsigned m_num_args = 0;
32+
enode** m_args = nullptr;
3333

3434
friend class fingerprint_set;
3535
fingerprint() {}

0 commit comments

Comments
 (0)