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
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2010-02-16 03:55:13 +0300
committerMartin Poirier <theeth@yahoo.com>2010-02-16 03:55:13 +0300
commit54765dfb3102d097d2f08e10a1d4f83a65749af4 (patch)
tree9e5f10680310a6ef52a6e6e81c5306b1fef8f94d
parentd8ce09ce53cf90fcd077cc6b6343e3ca860fe033 (diff)
Tsk!
-rw-r--r--intern/ghost/intern/GHOST_SystemCarbon.cpp4
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.mm4
2 files changed, 4 insertions, 4 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCarbon.cpp b/intern/ghost/intern/GHOST_SystemCarbon.cpp
index 763cc9edde3..be1df2247d7 100644
--- a/intern/ghost/intern/GHOST_SystemCarbon.cpp
+++ b/intern/ghost/intern/GHOST_SystemCarbon.cpp
@@ -1215,12 +1215,12 @@ void GHOST_SystemCarbon::putClipboard(GHOST_TInt8 *buffer, bool selection) const
}
}
-GHOST_TUns8* GHOST_SystemX11::getSystemDir() const
+GHOST_TUns8* GHOST_SystemCarbon::getSystemDir() const
{
}
-GHOST_TUns8* GHOST_SystemX11::getUserDir() const
+GHOST_TUns8* GHOST_SystemCarbon::getUserDir() const
{
}
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 382089283d3..45438ec27c3 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -1737,12 +1737,12 @@ void GHOST_SystemCocoa::putClipboard(GHOST_TInt8 *buffer, bool selection) const
[pool drain];
}
-GHOST_TUns8* GHOST_SystemX11::getSystemDir() const
+GHOST_TUns8* GHOST_SystemCocoa::getSystemDir() const
{
}
-GHOST_TUns8* GHOST_SystemX11::getUserDir() const
+GHOST_TUns8* GHOST_SystemCocoa::getUserDir() const
{
}