- Add DLLEXPORT directive to sgpem::Module

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@795 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-25 11:08:05 +00:00
parent 6a88e3d85e
commit ebeda15359
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace sgpem
{
class Module;
class Module : public Glib::Module
class SG_DLLEXPORT Module : public Glib::Module
{
public:
Module(const Glib::ustring& identifier) throw(InvalidPluginException);