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/mpdf_harness.h

    r484 r493  
    1313#ifndef MPDF_HARNESS_H 
    1414#define MPDF_HARNESS_H 
    15  
    16 #define BDMLIB // not an ideal way to prevent double registration of UI factories... 
    1715 
    1816#include "bdmroot.h" 
     
    5452        void check_covariance(); 
    5553}; 
     54UIREGISTER(mpdf_harness); 
    5655 
    5756}