mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Don't store reference in member
Took 5 minutes
This commit is contained in:
parent
5eac9acc58
commit
77f595701d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ protected:
|
|||
|
||||
private:
|
||||
TabSupervisor *tabSupervisor;
|
||||
const QString &file;
|
||||
QString file;
|
||||
};
|
||||
|
||||
#endif // COCKATRICE_INTENT_OPEN_LOCAL_DECK_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue