From e84381a892246c05942aec1bbc0b27b801f74bad Mon Sep 17 00:00:00 2001 From: neclepsio Date: Thu, 21 May 2020 13:44:48 +0200 Subject: [PATCH] Fix minor typo --- wrapper.cpp | 2 +- wrapper.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapper.cpp b/wrapper.cpp index 260f498a..e57e0a66 100644 --- a/wrapper.cpp +++ b/wrapper.cpp @@ -1,7 +1,7 @@ #include "wrapper/ConfiguredImGui.h" // imgui code -// imgui/ is added to include path in all.go +// imgui/ is added to include path in wrapper.go #include "imgui.cpp" #include "imgui_draw.cpp" #include "imgui_demo.cpp" diff --git a/wrapper.go b/wrapper.go index 2306bf51..c04c33c5 100644 --- a/wrapper.go +++ b/wrapper.go @@ -7,7 +7,7 @@ import "C" // Note: imgui_freetype.cpp compilation gives these warnings, hence it's disabled in CXXFLAGS // -// In file included from all.cpp:10: +// In file included from wrapper.cpp:10: // .\imgui/misc/freetype/imgui_freetype.cpp:294:8: warning: 'ImFontBuildSrcGlyphFT' has a field 'ImFontBuildSrcGlyphFT::Info' whose type uses the anonymous namespace [-Wsubobject-linkage] // 294 | struct ImFontBuildSrcGlyphFT // | ^~~~~~~~~~~~~~~~~~~~~