forked from qt-creator/qt-creator
Clang: Fix warning
Change struct to class. Change-Id: I47d43df24d31f3bed401ca316cf80fc899f679ed Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -33,8 +33,9 @@
|
||||
|
||||
namespace ClangRefactoring {
|
||||
|
||||
struct SourceLocation
|
||||
class SourceLocation
|
||||
{
|
||||
public:
|
||||
SourceLocation(ClangBackEnd::FilePathId filePathId, int line, int column)
|
||||
: filePathId(filePathId), line(line), column(column)
|
||||
{}
|
||||
|
Reference in New Issue
Block a user