summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--nGenEx/Graphic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nGenEx/Graphic.h b/nGenEx/Graphic.h
index 237ed29..b518b71 100644
--- a/nGenEx/Graphic.h
+++ b/nGenEx/Graphic.h
@@ -1,6 +1,6 @@
/* Project nGenEx
Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Copyright (C) 1997-2004. All Rights Reserved.
SUBSYSTEM: nGenEx.lib
FILE: Graphic.h
@@ -21,7 +21,7 @@
// +--------------------------------------------------------------------+
-#define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; }
+#define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; } //-V571
// +--------------------------------------------------------------------+