test commit

svn-id: r21938
This commit is contained in:
Max Horn 2006-04-16 12:55:14 +00:00
parent ba1b25305e
commit 3020b2016a

View File

@ -40,8 +40,8 @@ struct GameDescriptor {
gameid(g), description(d) {}
/**
* This template constructor allows to easily convert structs that mimic GameDescriptor
* to a GameDescriptor instance.
* This template constructor allows to easily convert structs that mimic
* GameDescriptor to a real GameDescriptor instance.
*
* Normally, one would just subclass GameDescriptor to get this effect much easier.
* However, subclassing a struct turns it into a non-POD type. One of the