- Description and name of plugins is now correctly displayed in preferences dialog
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1094 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
96dbda64cd
commit
849a8ff473
3 changed files with 4 additions and 17 deletions
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include <sgpemv2/module.hh>
|
||||
|
||||
// FIXME: remove this header
|
||||
#include <iostream>
|
||||
|
||||
using namespace sgpem;
|
||||
|
||||
Module::Module(const Glib::ustring& identifier) throw(InvalidPluginException) :
|
||||
|
|
|
@ -51,7 +51,7 @@ namespace sgpem
|
|||
|
||||
private:
|
||||
typedef void (*f_void)(void);
|
||||
typedef Glib::ustring (*f_ustring)(void);
|
||||
typedef const char* (*f_ustring)(void);
|
||||
typedef float (*f_float)(void);
|
||||
|
||||
bool _enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue