diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 4dfda23..929d8bb 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -152,6 +152,8 @@ public: BitField<Flags> test_bitfield(BitField<Flags> flags); + Variant test_variant_iterator(const Variant &p_input); + // RPC void test_rpc(int p_value); void test_send_rpc(int p_value); |