mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
Fixed some issues with GCC.
This commit is contained in:
parent
96e4f73a94
commit
e9ef332ec4
4 changed files with 14 additions and 12 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
class Instance;
|
||||
|
||||
class LIBMMCINST_EXPORT InstanceList : public QObject, public SigList<QSharedPointer<Instance>>
|
||||
class LIBMMCINST_EXPORT InstanceList : public QObject, public SigList< QSharedPointer<Instance> >
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue