Remove extraneous class qualifiers for gcc 4.2 / 4.3 on OSX.

Thanks go to jensverwiebe via IRC.
This commit is contained in:
Stephen Swaney 2008-03-07 01:19:36 +00:00
parent 26c45844ac
commit 7a3c9bb5d1

@ -60,12 +60,12 @@ public:
/**
* Constructor.
*/
GHOST_SystemCarbon::GHOST_SystemCarbon();
GHOST_SystemCarbon();
/**
* Destructor.
*/
GHOST_SystemCarbon::~GHOST_SystemCarbon();
~GHOST_SystemCarbon();
/***************************************************************************************
** Time(r) functionality
@ -173,7 +173,7 @@ public:
* @param flag Indicate which buffer to return
* @return Returns the selected buffer
*/
virtual GHOST_TUns8* GHOST_SystemCarbon::getClipboard(int flag) const;
virtual GHOST_TUns8* getClipboard(int flag) const;
/**
* Puts buffer to system clipboard