- Make GCC happy.

SVN r3164 (trunk)
This commit is contained in:
Randy Heit 2011-03-11 00:44:38 +00:00
commit f96dd8ff8a
10 changed files with 14 additions and 11 deletions

View file

@ -55,6 +55,7 @@ DArgs::DArgs()
//===========================================================================
DArgs::DArgs(const DArgs &other)
: DObject()
{
Argv = other.Argv;
}