mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -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:
|
private:
|
||||||
TabSupervisor *tabSupervisor;
|
TabSupervisor *tabSupervisor;
|
||||||
const QString &file;
|
QString file;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // COCKATRICE_INTENT_OPEN_LOCAL_DECK_H
|
#endif // COCKATRICE_INTENT_OPEN_LOCAL_DECK_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue