forked from qt-creator/qt-creator
C++ indenter: Build fix for windows.
Done-with: Tobias Hunger
This commit is contained in:
@@ -132,7 +132,8 @@ protected:
|
||||
initializer, // after a '=' in a declaration start
|
||||
};
|
||||
|
||||
struct State {
|
||||
class State {
|
||||
public:
|
||||
State()
|
||||
: savedIndentDepth(0)
|
||||
, type(0)
|
||||
|
||||
Reference in New Issue
Block a user