From e3d9c505229893b06317153c8dbb41665cafe2c9 Mon Sep 17 00:00:00 2001 From: nextime <nextime@nexlab.it> Date: Wed, 6 Mar 2013 00:38:42 +0100 Subject: [PATCH] typo... --- src/mainwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwin.h b/src/mainwin.h index f96da04..fd41ea3 100644 --- a/src/mainwin.h +++ b/src/mainwin.h @@ -69,7 +69,7 @@ class MainWin : public SkylivexWin 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 #if defined(Q_OS_MAC) - bool yt_if_fallback; + bool yt_is_fallback; #endif void handle_corestarted(SKMessage &msg); void handle_connected(SKMessage &msg); -- 2.18.1