Ignore:
Timestamp:
Aug 3, 2008 11:08:42 PM (16 years ago)
Author:
dkearney
Message:

adjusting matlab and octave bindings to use the void* bindings dictionary instead of the lib* dictionary in hopes that we can phase out the lib* dictionary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/matlab/rpLibGetString.cc

    r162 r1085  
    4848    /* Call the C subroutine. */
    4949    if ( (libIndex > 0) && (!path.empty()) ) {
    50         lib = getObject_Lib(libIndex);
     50        lib = (RpLibrary*) getObject_Void(libIndex);
    5151
    5252        if (lib) {
Note: See TracChangeset for help on using the changeset viewer.