make the compiler happy

This commit is contained in:
Aaron Seigo 2011-04-21 16:25:10 +02:00
parent ffbe49d4bf
commit 2c3a5ef8fa

View File

@ -40,6 +40,11 @@ namespace Plasma {
static PluginLoader* s_pluginLoader = 0;
class PluginLoaderPrivate
{
};
PluginLoader::PluginLoader()
: d(0)
{