Skip to content

Commit 400e1b2

Browse files
committed
Add missing constant() declaration
1 parent ab9f0a3 commit 400e1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/cpp/data.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ namespace af
4444
CONSTANT(unsigned long);
4545
CONSTANT(long long);
4646
CONSTANT(unsigned long long);
47+
CONSTANT(bool);
4748

4849
#undef CONSTANT
4950

0 commit comments

Comments
 (0)