typo...

parent e5e406c3
...@@ -69,7 +69,7 @@ class MainWin : public SkylivexWin ...@@ -69,7 +69,7 @@ class MainWin : public SkylivexWin
WebWin* yt; // a pointer to the special (singleton) Youtube window (if exists) WebWin* yt; // a pointer to the special (singleton) Youtube window (if exists)
bool yt_is_open; // a boolean to indicate if the Youtube window is open bool yt_is_open; // a boolean to indicate if the Youtube window is open
#if defined(Q_OS_MAC) #if defined(Q_OS_MAC)
bool yt_if_fallback; bool yt_is_fallback;
#endif #endif
void handle_corestarted(SKMessage &msg); void handle_corestarted(SKMessage &msg);
void handle_connected(SKMessage &msg); void handle_connected(SKMessage &msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment