We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
simplecpp::Location
1 parent 7ca6727 commit dac4823Copy full SHA for dac4823
1 file changed
simplecpp.h
@@ -74,8 +74,7 @@ namespace simplecpp {
74
/**
75
* Location in source code
76
*/
77
- class SIMPLECPP_LIB Location {
78
- public:
+ struct SIMPLECPP_LIB Location {
79
Location() = default;
80
Location(unsigned int fileIndex, unsigned int line, unsigned int col)
81
: fileIndex(fileIndex)
0 commit comments