complex macros with ;
This commit is contained in:
@@ -29,11 +29,11 @@ namespace CDUtils {
|
||||
|
||||
class CD_CORE_EXPORT KInterface: public Interface
|
||||
{
|
||||
PIOBJECT_SUBCLASS(KInterface, Interface)
|
||||
PIOBJECT_SUBCLASS(KInterface, Interface);
|
||||
public:
|
||||
KInterface();
|
||||
|
||||
EVENT1(keepNamesRequest, bool*, kn)
|
||||
EVENT1(keepNamesRequest, bool*, kn);
|
||||
|
||||
void directChange(const CDType & k);
|
||||
void directChange(const CDType & k, double v);
|
||||
|
||||
Reference in New Issue
Block a user