Revision: 69004
          http://sourceforge.net/p/brlcad/code/69004
Author:   starseeker
Date:     2016-10-06 16:50:08 +0000 (Thu, 06 Oct 2016)
Log Message:
-----------
fix dm-osgl build

Modified Paths:
--------------
    brlcad/trunk/src/libdm/dm-osgl.cpp

Modified: brlcad/trunk/src/libdm/dm-osgl.cpp
===================================================================
--- brlcad/trunk/src/libdm/dm-osgl.cpp  2016-10-06 16:09:24 UTC (rev 69003)
+++ brlcad/trunk/src/libdm/dm-osgl.cpp  2016-10-06 16:50:08 UTC (rev 69004)
@@ -2260,7 +2260,7 @@
     return 0;
 }
 
-void
+int
 osgl_get_internal(struct dm_internal *dmp)
 {
     struct modifiable_osgl_vars *mvars = NULL;
@@ -2270,9 +2270,10 @@
        mvars->this_dm = dmp;
        bu_vls_init(&(mvars->log));
     }
+    return 0;
 }
 
-void
+int
 osgl_put_internal(struct dm_internal *dmp)
 {
     struct modifiable_osgl_vars *mvars = NULL;
@@ -2281,6 +2282,7 @@
        bu_vls_free(&(mvars->log));
        BU_PUT(dmp->m_vars, struct modifiable_osgl_vars);
     }
+    return 0;
 }
 
 void

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to