Skip to content

Commit

Permalink
Fully qualify the offset type in FLATBUFFERS_VTABLE_UNDERLYING_TYPE (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-bobukh authored Sep 13, 2023
1 parent f625ff3 commit 0343396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flatbuffers/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ namespace flatbuffers {
#define FLATBUFFERS_FINAL_CLASS final
#define FLATBUFFERS_OVERRIDE override
#define FLATBUFFERS_EXPLICIT_CPP11 explicit
#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t
#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : ::flatbuffers::voffset_t
#else
#define FLATBUFFERS_FINAL_CLASS
#define FLATBUFFERS_OVERRIDE
Expand Down

0 comments on commit 0343396

Please sign in to comment.