mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
add missing override and explicit specifiers in common
This commit is contained in:
parent
f6c31bf901
commit
cf3a33a09f
8 changed files with 11 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ class RNG_Abstract : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RNG_Abstract(QObject *parent = 0) : QObject(parent)
|
||||
explicit RNG_Abstract(QObject *parent = nullptr) : QObject(parent)
|
||||
{
|
||||
}
|
||||
virtual unsigned int rand(int min, int max) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue