Revision: 76787
          http://sourceforge.net/p/brlcad/code/76787
Author:   brlcad
Date:     2020-08-15 14:14:30 +0000 (Sat, 15 Aug 2020)
Log Message:
-----------
document that it must be first

Modified Paths:
--------------
    brlcad/trunk/include/dm/defines.h

Modified: brlcad/trunk/include/dm/defines.h
===================================================================
--- brlcad/trunk/include/dm/defines.h   2020-08-15 14:11:58 UTC (rev 76786)
+++ brlcad/trunk/include/dm/defines.h   2020-08-15 14:14:30 UTC (rev 76787)
@@ -59,7 +59,7 @@
 };
 
 struct dm_plugin {
-    uint32_t api_version;
+    uint32_t api_version; /* must be first in struct */
     const struct dm * const p;
 };
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to