Minor cleanup
This commit is contained in:
parent
b8f0db25d1
commit
d7fa4f11d7
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue