Skip to content

Commit e97f3a2

Browse files
author
Gin
committed
fix compile error
1 parent 5763090 commit e97f3a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramSwitch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ TestProgram::TestProgram()
195195
)
196196
, IMAGE_PATH(false, "Path to image for testing", LockMode::UNLOCK_WHILE_RUNNING, "default.png", "default.png")
197197
, STATIC_TEXT("Test text...")
198+
, BOX("Test box", LockMode::UNLOCK_WHILE_RUNNING, 0.0, 0.0, 0.0, 0.0)
198199
// , PLAYER_LIST("Test Table", LockMode::UNLOCK_WHILE_RUNNING, "Notes")
199200
, NOTIFICATION_TEST("Test", true, true, ImageAttachmentMode::JPG)
200201
, NOTIFICATIONS({

0 commit comments

Comments
 (0)