Adapted to changes in GDCore/GDL.

git-svn-id: svn://localhost@765 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
Florian
2012-06-09 21:16:06 +00:00
parent bab1937d93
commit c52d3e04d5
6 changed files with 1171 additions and 1090 deletions
@@ -37,7 +37,7 @@ freely, subject to the following restrictions:
#if defined(GD_IDE_ONLY)
#include <wx/wx.h>
#include "GDL/CommonTools.h"
#include "GDL/IDE/ArbitraryResourceWorker.h"
#include "GDCore/IDE/ArbitraryResourceWorker.h"
#include "GDL/IDE/MainEditorCommand.h"
#include "TextEntryObjectEditor.h"
#endif
@@ -112,7 +112,7 @@ bool TextEntryObject::DrawEdittime( sf::RenderTarget& renderTarget )
return true;
}
void TextEntryObject::ExposeResources(ArbitraryResourceWorker & worker)
void TextEntryObject::ExposeResources(gd::ArbitraryResourceWorker & worker)
{
}