File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ static OOPetrisAdditionalInformationField* information_value_to_c(const recorder
101101 }
102102
103103 return std::visit (
104- helper::overloaded { [return_value](const std::string& value) -> OOPetrisAdditionalInformationField* {
104+ helper::Overloaded { [return_value](const std::string& value) -> OOPetrisAdditionalInformationField* {
105105 auto * string = static_cast <char *>(OOPETRIS_MALLOC (value.size () + 1 ));
106106
107107 if (string == nullptr ) {
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ typedef struct {
147147} OOPetrisTetrionRecord ;
148148
149149typedef struct {
150- uint8_t x ;
151- uint8_t y ;
150+ int8_t x ;
151+ int8_t y ;
152152} OOPetrisMinoPosition ;
153153
154154
You can’t perform that action at this time.
0 commit comments