From 66f695653b392b2d9cc40a4a364c2b0ea9ec067f Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Tue, 16 Feb 2010 01:12:21 +0000 Subject: [PATCH] Self tsk. Too much copy paste. --- intern/ghost/intern/GHOST_SystemWin32.cpp | 4 ++-- 1 file 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 { }