Skip to content

Commit 38c3701

Browse files
committed
Update generic_dictionary_constructor_with_idicationary.cpp
1 parent b31f25e commit 38c3701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xtd.core.examples/generic_collections/generic_dictionary_constructor_with_idicationary/src/generic_dictionary_constructor_with_idicationary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class example {
77
public:
88
static auto main() -> void {
99
// Create a new sorted dictionary of strings, with string keys.
10-
auto open_with = ::sorted_dictionary<string, string> {};
10+
auto open_with = sorted_dictionary<string, string> {};
1111

1212
// Add some elements to the dictionary.
1313
open_with.add("txt", "notepad.exe");

0 commit comments

Comments
 (0)