Skip to content

Commit

Permalink
Rookie mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilliamson committed Mar 26, 2021
1 parent 336433b commit b94a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/clcpp/clcpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ inline void operator delete(void*, const clcpp::internal::PtrWrapper&)
#define attrFlag_NetworkTransient 0x00000002

// "transient" - These primitives are ignored during serialisation to disk and the network
#define attrFlag_Transient attrFlag_DiskTransient | attrFlag_NetworkTransient
#define attrFlag_Transient (attrFlag_DiskTransient | attrFlag_NetworkTransient)

// If an attribute starts with "load_" or "save_" then these flags are set to indicate there
// are custom loading functions assigned
Expand Down

0 comments on commit b94a9d6

Please sign in to comment.