mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
style fixes
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#if defined(POCO_UNBUNDLED)
|
||||
#include <expat.h>
|
||||
#else
|
||||
#include <Poco/XML/expat.h>
|
||||
#include "Poco/XML/expat.h"
|
||||
#endif
|
||||
#include <map>
|
||||
#include <vector>
|
||||
@@ -136,12 +136,12 @@ public:
|
||||
_e(e)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
value_type operator * () const
|
||||
{
|
||||
return _e;
|
||||
}
|
||||
|
||||
|
||||
Iterator& operator ++ ()
|
||||
{
|
||||
_e = _parser->next();
|
||||
@@ -169,7 +169,7 @@ public:
|
||||
{
|
||||
return Iterator(this, next());
|
||||
}
|
||||
|
||||
|
||||
Iterator end()
|
||||
{
|
||||
return Iterator(this, EV_EOF);
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#define XML_XMLStreamParserException_INCLUDED
|
||||
|
||||
|
||||
#include <Poco/XML/XMLException.h>
|
||||
#include "Poco/XML/XMLException.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
Reference in New Issue
Block a user