mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Re-enabled intrusive_ptr
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ DECLARE_POINTER_TYPE(StyleSheet);
|
||||
// ----------------------------------------------------------------------------- : Card
|
||||
|
||||
/// A card from a card Set
|
||||
class Card : public IntrusivePtrVirtualBase {
|
||||
class Card : public IntrusivePtrVirtualBase, public IntrusiveFromThis<Card> {
|
||||
public:
|
||||
/// Default constructor, uses game_for_new_cards to make the game
|
||||
Card();
|
||||
|
||||
Reference in New Issue
Block a user