reordered initialization list to match declaration order
This commit is contained in:
parent
c175b152bc
commit
21d5630c3a
1 changed files with 4 additions and 6 deletions
|
|
@ -41,12 +41,10 @@ public :
|
||||||
Constructor ...
|
Constructor ...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
eoEOSendMessTo (eoPop <EOT> & _pop
|
eoEOSendMessTo (eoPop <EOT> & _pop )
|
||||||
) :
|
: eoMessTo <EOT> ("eoEOSendMessTo"),
|
||||||
pop (_pop),
|
pop (_pop)
|
||||||
eoMessTo <EOT> ("eoEOSendMessTo") {
|
{}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
To send the given population ...
|
To send the given population ...
|
||||||
|
|
|
||||||
Reference in a new issue