export reg3::in()

This commit is contained in:
Zeno Rogue 2020-05-22 20:38:13 +02:00
parent 9d0dd1e386
commit 2af93287ec
1 changed files with 1 additions and 1 deletions

View File

@ -1611,7 +1611,7 @@ EX }
#if MAXMDIM == 3
EX namespace reg3 {
bool in() { return false; }
EX bool in() { return false; }
EX }
#endif