Skip to content

Commit 2669ccd

Browse files
committed
Refines boolean type language attribute
1 parent 040b48b commit 2669ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NTgCalls/Available Structs/ntg_audio_description_struct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<category-title><shi language="c">uint8_t</shi> <ref>channelCount</ref></category-title>
1919
<config id="AUDIO_CHAN_DESC"/>
2020

21-
<category-title><shi language="c">bool</shi> <ref>keepOpen</ref></category-title>
21+
<category-title><shi language="c++">bool</shi> <ref>keepOpen</ref></category-title>
2222
<config id="KEEP_OPEN_DESC"/>
2323
</subtext>
2424
</subtext>

NTgCalls/Available Structs/ntg_video_description_struct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<category-title><shi language="c">uint8_t</shi> <ref>fps</ref></category-title>
2222
<config id="VIDEO_FPS_DESC"/>
2323

24-
<category-title><shi language="c">bool</shi> <ref>keepOpen</ref></category-title>
24+
<category-title><shi language="c++">bool</shi> <ref>keepOpen</ref></category-title>
2525
<config id="KEEP_OPEN_DESC"/>
2626
</subtext>
2727
</subtext>

0 commit comments

Comments
 (0)