Chameleon

Chameleon Commit Details

Date:2012-10-27 07:25:06 (11 years 6 months ago)
Author:Evan Lojewski
Commit:2089
Parents: 2088
Message:Fix HelloWorld so it can compile in clang
Changes:
M/trunk/i386/modules/HelloWorld/HelloWorld.cpp

File differences

trunk/i386/modules/HelloWorld/HelloWorld.cpp
2020
2121
2222
23
24
2325
2426
2527
......
5557
5658
5759
60
61
62
63
public:
virtual void setId( int id );
virtual void printHello( void );
virtual ~HW();
};
void helloWorld(void* binary, void* arg2, void* arg3, void* arg4)
{
this->id = id;
}
HW::~HW()
{
}

Archive Download the corresponding diff file

Revision: 2089