diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 7f1b5b2..3553763 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -116,6 +116,7 @@ public: Example *test_node_argument(Example *p_node) const; String test_string_ops() const; String test_str_utility() const; + bool test_string_is_fourty_two(const String &p_str) const; int test_vector_ops() const; BitField<Flags> test_bitfield(BitField<Flags> flags); |