complex macros with ;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user