imraklr / BluZoneLock

An application to lock your PC workstation remotely using your Bluetooth-connected phone.
0 stars 0 forks source link

Client(Windows Console Application): Wrongly named type in PagesInfo.h for variable `pageSharedStuff` #22

Closed imraklr closed 3 months ago

imraklr commented 3 months ago

The code:

extern std::shared_ptr<struct Resuable[]> pageSharedStuff;

consists Resuable which is wrong. It should be Reusable.