diff options
Diffstat (limited to 'quackleio/froggetopt.h')
-rw-r--r-- | quackleio/froggetopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quackleio/froggetopt.h b/quackleio/froggetopt.h index 895dd9e..84abf06 100644 --- a/quackleio/froggetopt.h +++ b/quackleio/froggetopt.h @@ -81,7 +81,7 @@ private: struct Option { Option( OptionType t = OUnknown, - char s = 0, const QString &l = QString::null ) + char s = 0, const QString &l = QString() ) : type( t ), sname( s ), lname( l ), |