summaryrefslogtreecommitdiffhomepage
path: root/Public/SDK/System.Core
diff options
context:
space:
mode:
Diffstat (limited to 'Public/SDK/System.Core')
-rw-r--r--Public/SDK/System.Core/Headers/File.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Public/SDK/System.Core/Headers/File.hxx b/Public/SDK/System.Core/Headers/File.hxx
index 48331c15..774a1424 100644
--- a/Public/SDK/System.Core/Headers/File.hxx
+++ b/Public/SDK/System.Core/Headers/File.hxx
@@ -9,9 +9,8 @@
#include <System.Core/Headers/Defs.hxx>
-/// @brief SOM class, translated to C++
-
namespace System {
+/// @brief System file interface
class FileInterface final {
public:
explicit FileInterface(const char *path) {