Skip to content

Commit

Permalink
Use C++ import
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jul 23, 2024
1 parent 2ee1c68 commit 6db7313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmobjects/VMObjectBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define MASK_SEEN_BY_WRITE_BARRIER (1 << 2)
#define MASK_BITS_ALL (MASK_OBJECT_IS_MARKED | MASK_OBJECT_IS_OLD | MASK_SEEN_BY_WRITE_BARRIER)

#include <assert.h>
#include <cassert>

class VMObjectBase : public VMOop {
protected:
Expand Down

0 comments on commit 6db7313

Please sign in to comment.