Skip to content

Commit

Permalink
馃洜 Startup namespace name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Aug 21, 2021
1 parent 8cb532e commit d7e3393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/include/ztd/text/examples/utf8_startup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <ztd/idk/utf8_startup_hook.hpp>

namespace ztd { namespace text { namespace examples {
inline ztd::idk::utf8_startup_hook utf8_startup {};
inline ztd::utf8_startup_hook utf8_startup {};
}}} // namespace ztd::text::examples

#endif // ZTD_TEXT_EXAMPLES_UTF8_STARTUP_HPP
2 changes: 1 addition & 1 deletion tests/shared/include/ztd/text/tests/utf8_startup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <ztd/idk/utf8_startup_hook.hpp>

namespace ztd { namespace text { namespace tests {
inline ztd::idk::utf8_startup_hook utf8_startup {};
inline ztd::utf8_startup_hook utf8_startup {};
}}} // namespace ztd::text::tests

#endif // ZTD_TEXT_TESTS_UTF8_STARTUP_HPP

0 comments on commit d7e3393

Please sign in to comment.