Skip to content

Commit 0671ea6

Browse files
committed
Fixes after rebase
1 parent ed451e3 commit 0671ea6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Clients/NostalgicPlayer/Windows/IWindowForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/******************************************************************************/
66
using System.Windows.Forms;
77

8-
namespace Polycode.NostalgicPlayer.Client.GuiPlayer.Bases
8+
namespace Polycode.NostalgicPlayer.Client.GuiPlayer.Windows
99
{
1010
/// <summary>
1111
/// All window forms must implement this interface

Source/Clients/NostalgicPlayer/Windows/WindowFormBase2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
using Polycode.NostalgicPlayer.Kit.Utility;
1515
using Polycode.NostalgicPlayer.Kit.Utility.Interfaces;
1616

17-
namespace Polycode.NostalgicPlayer.Client.GuiPlayer.Bases
17+
namespace Polycode.NostalgicPlayer.Client.GuiPlayer.Windows
1818
{
1919
/// <summary>
2020
/// Use the class as the base class for all windows

0 commit comments

Comments
 (0)