Skip to content

Commit ec671c1

Browse files
committed
(it wasnt the last time)
1 parent 0da0140 commit ec671c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/GDriveEncrypt.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,11 @@ std::string GDriveEncypt::getHardwareID()
140140
}
141141

142142
#elif defined(GEODE_IS_IOS)
143+
std::string iosGetHardwareID();
144+
143145
std::string GDriveEncypt::getHardwareID()
144146
{
145147
return iosGetHardwareID();
146148
}
149+
147150
#endif

0 commit comments

Comments
 (0)