Minor cleanup

This commit is contained in:
Ingo Ruhnke 2010-12-30 21:49:11 +01:00
parent b8f0db25d1
commit d7fa4f11d7

View file

@ -22,7 +22,7 @@
#include <map>
#include <string>
#include <boost/function.hpp>
class INIPairSchema
{
public:
@ -65,7 +65,7 @@ private:
INISchemaSection(const INISchemaSection&);
INISchemaSection& operator=(const INISchemaSection&);
};
class INISchema
{
private:
@ -90,7 +90,7 @@ private:
INISchema(const INISchema&);
INISchema& operator=(const INISchema&);
};
#endif
/* EOF */