summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrhyskidd <rhyskidd@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-04 21:55:34 +0000
committerrhyskidd <rhyskidd@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-04 21:55:34 +0000
commit0335f59fba3849e15290a6f58528e50a1e739197 (patch)
tree282adcbc2b6871ab49d98b9a3193819d98a3707e
parent371a839e0a9de7cf4cfefe4178687d2c6c896d0c (diff)
downloadstarshatter-0335f59fba3849e15290a6f58528e50a1e739197.zip
starshatter-0335f59fba3849e15290a6f58528e50a1e739197.tar.gz
starshatter-0335f59fba3849e15290a6f58528e50a1e739197.tar.bz2
Suppress further instance of the recurring check warning
-rw-r--r--nGenEx/ActiveWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/ActiveWindow.h b/nGenEx/ActiveWindow.h
index 34a8eb3..c95fb6a 100644
--- a/nGenEx/ActiveWindow.h
+++ b/nGenEx/ActiveWindow.h
@@ -318,7 +318,7 @@ protected:
#define REGISTER_CLIENT(eid, ctrl, cname, fname)\ //-V571
if (ctrl) ctrl->RegisterClient(eid, this, Map##cname##fname);
-#define UNREGISTER_CLIENT(eid, ctrl, cname)\
+#define UNREGISTER_CLIENT(eid, ctrl, cname)\ //-V571
if (ctrl) ctrl->UnregisterClient(eid, this);
#endif ActiveWindow_h