Changeset 494

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

fixed UIREGISTER to also work outside namespace bdm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/user_info.h

    r493 r494  
    542542*/ 
    543543#ifndef BDMLIB 
    544 #define UIREGISTER(class_name) static ParticularUI<class_name> CONCATENATE(registrator, __LINE__)(#class_name) 
     544#define UIREGISTER(class_name) static bdm::ParticularUI<class_name> CONCATENATE(registrator, __LINE__)(#class_name) 
    545545#else 
    546546#define UIREGISTER(class_name)