mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Remove redundant semicolons
Fix "-Wextra-semi" warnings
This commit is contained in:
parent
1f82a26a9c
commit
6c5ea068c9
25 changed files with 62 additions and 62 deletions
|
@ -19,14 +19,14 @@ struct gui_save
|
|||
key = "";
|
||||
name = "";
|
||||
def = QVariant();
|
||||
};
|
||||
}
|
||||
|
||||
gui_save(const QString& k, const QString& n, const QVariant& d)
|
||||
{
|
||||
key = k;
|
||||
name = n;
|
||||
def = d;
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
typedef std::map<std::string, const QString> q_from_char;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue