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 8c8b250..7f1b5b2 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -115,6 +115,7 @@ public: Dictionary test_dictionary() const; Example *test_node_argument(Example *p_node) const; String test_string_ops() const; + String test_str_utility() const; int test_vector_ops() const; BitField<Flags> test_bitfield(BitField<Flags> flags); |