Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #111 from neclepsio/fix-minor-typo
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
dertseha authored May 21, 2020
2 parents 603ccd5 + e84381a commit b81cdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrapper.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
// | ^~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b81cdba

Please sign in to comment.