- Fix visibility outside the DSO

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@691 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-02 15:38:38 +00:00
parent b8f7083bfc
commit 55c6b23d31
16 changed files with 26 additions and 22 deletions

View file

@ -40,7 +40,7 @@ namespace sgpem
class Request;
class DynamicRequest;
class SG_DLLEXPORT DynamicThread : public DynamicSchedulable, public Thread
class SG_DLLLOCAL DynamicThread : public DynamicSchedulable, public Thread
{
public:
DynamicThread(StaticThread* core, DynamicProcess* parent);