Update source_location.h

pull/2690/head
M. Galib Uludag 2 years ago committed by GitHub
parent d3b4cfb41a
commit b3aed20981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ public:
const int columnOffset = 0) noexcept
#endif
{
return source_location(fileName, functionName, lineNumber, columnOffset);
return source_location(fileName, lineNumber, functionName, columnOffset);
}
source_location(const source_location &) = default;

Loading…
Cancel
Save