Skip to content
Snippets Groups Projects
Commit 5f5f6890 authored by Alessandro Portale's avatar Alessandro Portale
Browse files

InternalNode is a struct.

Let's not irritate MSVC
parent ac2ced21
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,6 @@ enum Qt4Variable { ...@@ -104,7 +104,6 @@ enum Qt4Variable {
class Qt4PriFileNode; class Qt4PriFileNode;
class Qt4ProFileNode; class Qt4ProFileNode;
struct InternalNode;
// Implements ProjectNode for qt4 pro files // Implements ProjectNode for qt4 pro files
class Qt4PriFileNode : public ProjectExplorer::ProjectNode class Qt4PriFileNode : public ProjectExplorer::ProjectNode
...@@ -177,7 +176,7 @@ private: ...@@ -177,7 +176,7 @@ private:
// managed by Qt4ProFileNode // managed by Qt4ProFileNode
friend class Qt4ProFileNode; friend class Qt4ProFileNode;
// internal temporary subtree representation // internal temporary subtree representation
friend class InternalNode; friend struct InternalNode;
}; };
// Implements ProjectNode for qt4 pro files // Implements ProjectNode for qt4 pro files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment