Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Nov 25, 2024
1 parent ae05b32 commit 2cab5d9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/xtd.core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_sources(
include/xtd/arithmetic_exception
include/xtd/array.h
include/xtd/array
include/xtd/array.hpp
include/xtd/array_.h
include/xtd/array_1.h
include/xtd/array_2.h
include/xtd/array_3.h
Expand All @@ -55,7 +55,7 @@ add_sources(
include/xtd/basic_array.h
include/xtd/basic_string.h
include/xtd/basic_string
include/xtd/basic_string.hpp
include/xtd/basic_string_.h
include/xtd/beep.h
include/xtd/beep
include/xtd/bit_converter.h
Expand Down
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/array.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ namespace xtd {
#include "array_2.h"
#include "array_3.h"
#include "array_static.h"
#include "array.hpp"
#include "array_.h"
#undef __XTD_ARRAY_INTERNAL__
File renamed without changes.
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/basic_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -3718,5 +3718,5 @@ namespace xtd {
}

#define __XTD_BASIC_STRING_INTERNAL__
#include "basic_string.hpp"
#include "basic_string_.h"
#undef __XTD_BASIC_STRING_INTERNAL__
File renamed without changes.
2 changes: 1 addition & 1 deletion src/xtd.forms.native.wxwidgets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_sources(
include/xtd/forms/native/wxwidgets/control_handler
include/xtd/forms/native/wxwidgets/control_wrapper.h
include/xtd/forms/native/wxwidgets/control_wrapper
include/xtd/forms/native/wxwidgets/control_wrapper.hpp
include/xtd/forms/native/wxwidgets/control_wrapper_.h
include/xtd/forms/native/wxwidgets/dark_mode.h
include/xtd/forms/native/wxwidgets/dark_mode
include/xtd/forms/native/wxwidgets/iwx_evt.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ namespace xtd {
}
}

#include "control_wrapper.hpp"
#include "control_wrapper_.h"

0 comments on commit 2cab5d9

Please sign in to comment.