Revision: 55973
          http://sourceforge.net/p/brlcad/code/55973
Author:   starseeker
Date:     2013-07-08 14:38:37 +0000 (Mon, 08 Jul 2013)
Log Message:
-----------
Quell unused variable warning - I *think* this is what this function is 
actually supposed to do?

Modified Paths:
--------------
    brlcad/trunk/src/other/stepcode/src/cldai/sdaiDaObject.h

Modified: brlcad/trunk/src/other/stepcode/src/cldai/sdaiDaObject.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/cldai/sdaiDaObject.h    2013-07-08 
14:29:00 UTC (rev 55972)
+++ brlcad/trunk/src/other/stepcode/src/cldai/sdaiDaObject.h    2013-07-08 
14:38:37 UTC (rev 55973)
@@ -1,6 +1,8 @@
 #ifndef SDAIDAOBJECT_H
 #define SDAIDAOBJECT_H 1
 
+
+
 #include <sdaiObject.h>
 #include <sdaiString.h>
 #include <sdaiEnum.h>
@@ -186,6 +188,7 @@
         virtual ~SDAI_DAObject();
 
         Logical dado_same( SDAI_DAObject_ptr obj ) {
+            if (obj == this) return LTrue;
             return LUnknown;
         }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to