diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-31 03:38:22 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-31 03:38:22 +0000 |
| commit | 103f0c2ab0c9c4c54d168b98a86bc10d0dac0449 (patch) | |
| tree | 39a18d20139cac465b7316ab11bfcd73069778c2 /Tests/IncludeTest/TextureLoader | |
| parent | Fixed a bunch of minor Linux/iOS/MacOS build issues (diff) | |
| download | DiligentTools-103f0c2ab0c9c4c54d168b98a86bc10d0dac0449.tar.gz DiligentTools-103f0c2ab0c9c4c54d168b98a86bc10d0dac0449.zip | |
Renamed .h -> .hpp where appropriate
Diffstat (limited to 'Tests/IncludeTest/TextureLoader')
| -rw-r--r-- | Tests/IncludeTest/TextureLoader/ImageH_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp index 0820358..b27d834 100644 --- a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp +++ b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp @@ -25,4 +25,4 @@ * of the possibility of such damages. */ -#include "TextureLoader/interface/Image.h" +#include "TextureLoader/interface/Image.hpp" |
