mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Fix typo in generated header name (#9034)
This commit is contained in:
parent
d6444fb7fc
commit
ac7ef1176a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ a `char *` array, which you pass to `GetMonster()`.
|
|||
|
||||
```cpp
|
||||
#include "flatbuffers/flatbuffers.h"
|
||||
#include "monster_test_generate.h"
|
||||
#include "monster_test_generated.h"
|
||||
#include <iostream> // C++ header file for printing
|
||||
#include <fstream> // C++ header file for file access
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue