Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2008-03-07 04:19:36 +0300
committerStephen Swaney <sswaney@centurytel.net>2008-03-07 04:19:36 +0300
commit7a3c9bb5d1ab5adfdb243b66b44a9a527964fd83 (patch)
treeaebde2ca9f992f7ccfcfa460851acfec0581b32f /intern
parent26c45844ac213ac9c768e7e1ede0c4d30ed0425a (diff)
Remove extraneous class qualifiers for gcc 4.2 / 4.3 on OSX.
Thanks go to jensverwiebe via IRC.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemCarbon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCarbon.h b/intern/ghost/intern/GHOST_SystemCarbon.h
index dc03cd2a84d..14d4f67290c 100644
--- a/intern/ghost/intern/GHOST_SystemCarbon.h
+++ b/intern/ghost/intern/GHOST_SystemCarbon.h
@@ -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