From 9257c58573d504b0da4fbaec3a295f1e4c65fcfd Mon Sep 17 00:00:00 2001 From: Erkin Bahceci Date: Sat, 6 Sep 2008 22:57:47 -0500 Subject: Use CompPlugin::List. --- src/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugin.cpp') diff --git a/src/plugin.cpp b/src/plugin.cpp index 287d5a9..85313b6 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -37,7 +37,7 @@ #include CompPlugin::Map pluginsMap; -std::list plugins; +CompPlugin::List plugins; class CorePluginVTable : public CompPlugin::VTable { -- cgit v1.1