Fix build for VS2010 - warning is harmless
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6969 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 0a6797feac9fed55734fb1b8a6b7e757f34441f8 Former-commit-id: 5a37cae07cf86c38e8ddc27cf5add6aba6651079
This commit is contained in:
parent
bd932def93
commit
ffc26e81c6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class TCarParam
|
|||
{
|
||||
public:
|
||||
TCarParam(); // Default constructor
|
||||
TCarParam(const TCarParam&) = default; // Default copy constructor
|
||||
// TCarParam(const TCarParam&) = default; // Default copy constructor
|
||||
virtual ~TCarParam(); // Destructor
|
||||
virtual TCarParam& operator= (const TCarParam& CarParam);
|
||||
|
||||
|
|
Loading…
Reference in a new issue