Show
Ignore:
Timestamp:
08/11/09 08:32:02 (15 years ago)
Author:
vbarta
Message:

fixed UIREGISTER

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/epdf_harness.h

    r482 r493  
    1313#ifndef EPDF_HARNESS_H 
    1414#define EPDF_HARNESS_H 
    15  
    16 #define BDMLIB // not an ideal way to prevent double registration of UI factories... 
    1715 
    1816#include "bdmroot.h" 
     
    7674        void check_cond_covariance( mprod &mep ); 
    7775}; 
     76UIREGISTER(epdf_harness); 
    7877 
    7978}