From 5b9d9f92ea76320e405a1ffef8f1ed295cbd9999 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Tue, 5 Jun 2012 18:53:11 +0000 Subject: Documentation update --- Doc/doxygen/html/_graphic_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc/doxygen/html/_graphic_8h_source.html') diff --git a/Doc/doxygen/html/_graphic_8h_source.html b/Doc/doxygen/html/_graphic_8h_source.html index 99549eb..ed97c45 100644 --- a/Doc/doxygen/html/_graphic_8h_source.html +++ b/Doc/doxygen/html/_graphic_8h_source.html @@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('_graphic_8h.html','');});
Go to the documentation of this file.
1 /* Project nGenEx
2  Destroyer Studios LLC
-
3  Copyright © 1997-2004. All Rights Reserved.
+
3  Copyright (C) 1997-2004. All Rights Reserved.
4 
5  SUBSYSTEM: nGenEx.lib
6  FILE: Graphic.h
@@ -125,7 +125,7 @@ $(document).ready(function(){initNavTree('_graphic_8h.html','');});
21 
22 // +--------------------------------------------------------------------+
23 
-
24 #define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; }
+
24 #define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; } //-V571
25 
26 // +--------------------------------------------------------------------+
27 
@@ -247,7 +247,7 @@ $(document).ready(function(){initNavTree('_graphic_8h.html','');});