Remove undesired spaces and an old TODO
svn-id: r30827
This commit is contained in:
parent
00987db3a9
commit
e3852c92a7
4 changed files with 36 additions and 38 deletions
|
@ -93,7 +93,7 @@ public:
|
|||
PluginList pl;
|
||||
|
||||
#define LINK_PLUGIN(ID) \
|
||||
extern PluginType g_##ID##_type; \
|
||||
extern PluginType g_##ID##_type; \
|
||||
extern PluginObject *g_##ID##_getObject(); \
|
||||
pl.push_back(new StaticPlugin(g_##ID##_getObject(), g_##ID##_type));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue