This commit is contained in:
Martin Poirier
2010-02-16 00:55:13 +00:00
parent d8ce09ce53
commit 54765dfb31
2 changed files with 4 additions and 4 deletions

View File

@@ -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
{
}

View File

@@ -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
{
}