aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/ParseHelper.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/python-console/ParseHelper.h')
-rw-r--r--3rdparty/python-console/ParseHelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/python-console/ParseHelper.h b/3rdparty/python-console/ParseHelper.h
index d01e2627..e0fe9550 100644
--- a/3rdparty/python-console/ParseHelper.h
+++ b/3rdparty/python-console/ParseHelper.h
@@ -28,7 +28,7 @@ THE SOFTWARE.
#include <memory>
#include "ParseMessage.h"
-class ParseListener;
+struct ParseListener;
/**
Helps chunk lines of Python code into compilable statements.
@@ -94,7 +94,7 @@ public:
// return if there was an error
bool initializeIndent(const std::string& str);
};
- friend class BlockParseState;
+ friend struct BlockParseState;
struct BracketParseState : public ParseState
{