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,7 +29,7 @@ namespace CDUtils {
class CD_CORE_EXPORT MInterface: public Interface
{
PIOBJECT_SUBCLASS(MInterface, Interface)
PIOBJECT_SUBCLASS(MInterface, Interface);
public:
MInterface();
@@ -42,7 +42,7 @@ public:
void messageBox(const CDType & m, const PIString & msg);
EVENT3(messageReceived, PIDeque<int>, path, int, type, PIString, msg)
EVENT3(messageReceived, PIDeque<int>, path, int, type, PIString, msg);
private:
PICout createPICout(const CDType & m) const;