Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KsirK
Commits
ac3e48bd
Commit
ac3e48bd
authored
Mar 25, 2007
by
Pino Toscano
Browse files
fix initialization order
svn path=/trunk/playground/games/ksirk/; revision=646314
parent
c440f01e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ksirk/GameLogic/nationality.cpp
View file @
ac3e48bd
...
...
@@ -31,7 +31,7 @@ namespace GameLogic
Nationality
::
Nationality
(
const
QString
&
myName
,
const
QString
&
myFlag
,
const
QString
&
leaderName
)
:
m_name
(
myName
),
m_
flagFileName
(
myFlag
),
m_leaderName
(
leaderName
)
m_name
(
myName
),
m_
leaderName
(
leaderName
),
m_flagFileName
(
myFlag
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment