complex macros with ;

This commit is contained in:
Бычков Андрей
2022-07-25 16:22:16 +03:00
parent 4fe9489484
commit 4d9029babe
9 changed files with 43 additions and 43 deletions

View File

@@ -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);