diff --git a/cockatrice/src/interface/intents/intent_open_local_deck.h b/cockatrice/src/interface/intents/intent_open_local_deck.h index 0c06f7078..38fed6e80 100644 --- a/cockatrice/src/interface/intents/intent_open_local_deck.h +++ b/cockatrice/src/interface/intents/intent_open_local_deck.h @@ -38,7 +38,7 @@ protected: private: TabSupervisor *tabSupervisor; - const QString &file; + QString file; }; #endif // COCKATRICE_INTENT_OPEN_LOCAL_DECK_H