diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-12-22 19:01:17 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-12-22 19:01:17 +0100 |
| commit | 881718c2b610e80197f9017f1876c98e80aa45d0 (patch) | |
| tree | af058189829737e2c00f3d3a2caf9a8f7ee23b3a /tests | |
| parent | 4d21393645a1b7fe8720fc69e46471fe780ad6d0 (diff) | |
{Hud,BFB}LauncherIcon: don't change state with launcher in the bottom
(bzr r3999.8.5)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_bfb_launcher_icon.cpp | 2 | ||||
| -rw-r--r-- | tests/test_hud_launcher_icon.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_bfb_launcher_icon.cpp b/tests/test_bfb_launcher_icon.cpp index e4e0cb3f7..cd9519b9f 100644 --- a/tests/test_bfb_launcher_icon.cpp +++ b/tests/test_bfb_launcher_icon.cpp @@ -31,7 +31,7 @@ class MockBFBLauncherIcon : public BFBLauncherIcon { public: MockBFBLauncherIcon() - : BFBLauncherIcon(LauncherHideMode::LAUNCHER_HIDE_NEVER) + : BFBLauncherIcon() {} }; diff --git a/tests/test_hud_launcher_icon.cpp b/tests/test_hud_launcher_icon.cpp index 26b8aa978..a9b88936e 100644 --- a/tests/test_hud_launcher_icon.cpp +++ b/tests/test_hud_launcher_icon.cpp @@ -32,7 +32,7 @@ class MockHudLauncherIcon : public HudLauncherIcon { public: MockHudLauncherIcon() - : HudLauncherIcon(LauncherHideMode::LAUNCHER_HIDE_NEVER) + : HudLauncherIcon() {} }; |
