Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit c461834

Browse files
committed
fix a suspicious namespace definition...
1 parent 99d9572 commit c461834

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Interop/OptionsControl.cs

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

8-
namespace SPCode //leave this here instead of .Interop because of reasons...
8+
namespace SPCode.Interop
99
{
1010
[Serializable]
1111
public class OptionsControl

UI/Windows/OptionsWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using DiscordRPC;
1010
using MahApps.Metro;
1111
using MahApps.Metro.Controls.Dialogs;
12+
using SPCode.Interop;
1213
using SPCode.UI.Components;
1314
using SPCode.Utils;
1415
using SPCode.Utils.Models;

0 commit comments

Comments
 (0)