From 54765dfb3102d097d2f08e10a1d4f83a65749af4 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Tue, 16 Feb 2010 00:55:13 +0000 Subject: [PATCH] Tsk! --- intern/ghost/intern/GHOST_SystemCarbon.cpp | 4 ++-- intern/ghost/intern/GHOST_SystemCocoa.mm | 4 ++-- 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 { }