Minor fixes²
This commit is contained in:
parent
c700a7e45d
commit
3c2172103a
|
|
@ -8,6 +8,7 @@
|
|||
#define NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP
|
||||
|
||||
#include <vulkan/vulkan_core.h>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -398,7 +398,7 @@ on_run(function ()
|
|||
return lines
|
||||
end
|
||||
})
|
||||
elseif isInl then
|
||||
elseif headerInclude and isInl then
|
||||
print(filePath .. " has a header inclusion which breaks clangd (.inl should no longer includes their .hpp)")
|
||||
|
||||
table.insert(fixes, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue