- 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:
parent
6a88e3d85e
commit
ebeda15359
|
@ -32,7 +32,7 @@ namespace sgpem
|
||||||
{
|
{
|
||||||
class Module;
|
class Module;
|
||||||
|
|
||||||
class Module : public Glib::Module
|
class SG_DLLEXPORT Module : public Glib::Module
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Module(const Glib::ustring& identifier) throw(InvalidPluginException);
|
Module(const Glib::ustring& identifier) throw(InvalidPluginException);
|
||||||
|
|
Loading…
Reference in New Issue