uncomment this so when we do make a private class, we don't forget ;)

This commit is contained in:
Aaron Seigo 2011-04-20 18:37:07 +02:00
parent 6de3205490
commit ffbe49d4bf

View File

@ -47,7 +47,7 @@ PluginLoader::PluginLoader()
PluginLoader::~PluginLoader()
{
//delete d;
delete d;
}
void PluginLoader::setPluginLoader(PluginLoader* loader)