Changeset 575

Show
Ignore:
Timestamp:
08/22/09 10:26:04 (15 years ago)
Author:
smidl
Message:

UIREGISTER for mex?? objects

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/mexBM.cpp

    r374 r575  
    2828                }  
    2929}; 
     30UIREGISTER(mexEpdf); 
    3031 
    3132class mexBM: public BM{ 
     
    7677                } //tohle by melo zustat!! 
    7778}; 
     79UIREGISTER(mexBM); 
    7880 
    7981void mexFunction(int n_output, mxArray *output[], int n_input, const mxArray *input[])