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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-02-16 04:12:21 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-02-16 04:12:21 +0300
commit66f695653b392b2d9cc40a4a364c2b0ea9ec067f (patch)
tree00daead49303edbf9055ea36a58c0f9885af4fc7 /intern/ghost
parent54765dfb3102d097d2f08e10a1d4f83a65749af4 (diff)
Self tsk. Too much copy paste.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 6695bd56727..61838dc471f 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1095,12 +1095,12 @@ void GHOST_SystemWin32::putClipboard(GHOST_TInt8 *buffer, bool selection) const
}
}
-GHOST_TUns8* GHOST_SystemX11::getSystemDir() const
+GHOST_TUns8* GHOST_SystemWin32::getSystemDir() const
{
}
-GHOST_TUns8* GHOST_SystemX11::getUserDir() const
+GHOST_TUns8* GHOST_SystemWin32::getUserDir() const
{
}