mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Fix struct & class confusion
This commit is contained in:
parent
b39e32fce0
commit
3653eb538f
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ class Emulator {
|
|||
|
||||
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
|
||||
HttpServer httpServer;
|
||||
friend class HttpServer;
|
||||
friend struct HttpServer;
|
||||
#endif
|
||||
|
||||
// Keep the handle for the ROM here to reload when necessary and to prevent deleting it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue