diff --git a/Source/Project64/UserInterface/WTLControls/numberctrl.h b/Source/Project64/UserInterface/WTLControls/EditNumber32.h similarity index 100% rename from Source/Project64/UserInterface/WTLControls/numberctrl.h rename to Source/Project64/UserInterface/WTLControls/EditNumber32.h diff --git a/Source/Project64/WTLApp.h b/Source/Project64/WTLApp.h index f5b485def..3d93b8552 100644 --- a/Source/Project64/WTLApp.h +++ b/Source/Project64/WTLApp.h @@ -53,7 +53,7 @@ extern CPj64Module _Module; #include #include "UserInterface/resource.h" -#include "UserInterface/WTLControls/numberctrl.h" +#include "UserInterface/WTLControls/EditNumber32.h" #include "UserInterface/WTLControls/ClistCtrl/ListCtrl.h" #include "UserInterface/WTLControls/ModifiedComboBox.h" #include "UserInterface/WTLControls/PartialGroupBox.h"