diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2008-09-06 22:57:47 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2008-09-07 08:19:40 -0500 |
commit | 9257c58573d504b0da4fbaec3a295f1e4c65fcfd (patch) | |
tree | ef44a02264a99e361137046ab62203d699519947 /src/plugin.cpp | |
parent | 8f0d337bb4bad91d5987d1d0df7474ea5d02033c (diff) | |
download | zcomp-9257c58573d504b0da4fbaec3a295f1e4c65fcfd.tar.gz zcomp-9257c58573d504b0da4fbaec3a295f1e4c65fcfd.tar.bz2 |
Use CompPlugin::List.
Diffstat (limited to 'src/plugin.cpp')
-rw-r--r-- | src/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <compobject.h> CompPlugin::Map pluginsMap; -std::list<CompPlugin *> plugins; +CompPlugin::List plugins; class CorePluginVTable : public CompPlugin::VTable { |