Skip to content

Commit 29156d6

Browse files
committed
made simplecpp::Location a struct
1 parent eb37653 commit 29156d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

simplecpp.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ namespace simplecpp {
7474
/**
7575
* Location in source code
7676
*/
77-
class SIMPLECPP_LIB Location {
78-
public:
77+
struct SIMPLECPP_LIB Location {
7978
Location() = default;
8079
Location(unsigned int fileIndex, unsigned int line, unsigned int col)
8180
: fileIndex(fileIndex)

0 commit comments

Comments
 (0)