Skip to content

Commit cce318b

Browse files
committed
Fix windows
1 parent d346d50 commit cce318b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/yup_core/native/yup_Watchdog_windows.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Watchdog::Impl final
135135
{
136136
std::vector<Watchdog::Event> localEvents;
137137

138-
uint8_t* raw = data;
138+
uint8_t* rawData = data;
139139

140140
while (true)
141141
{

0 commit comments

Comments
 (0)