Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/SettingsPage.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/FileManager/SettingsPage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/CPP/7zip/UI/FileManager/SettingsPage.h b/CPP/7zip/UI/FileManager/SettingsPage.h
index e5fe6e67..e7e5d73e 100755..100644
--- a/CPP/7zip/UI/FileManager/SettingsPage.h
+++ b/CPP/7zip/UI/FileManager/SettingsPage.h
@@ -1,10 +1,10 @@
// SettingsPage.h
-#ifndef __SETTINGSPAGE_H
-#define __SETTINGSPAGE_H
+#ifndef __SETTINGS_PAGE_H
+#define __SETTINGS_PAGE_H
-#include "Windows/Control/PropertyPage.h"
-#include "Windows/Control/Edit.h"
+#include "../../../Windows/Control/PropertyPage.h"
+#include "../../../Windows/Control/Edit.h"
class CSettingsPage: public NWindows::NControl::CPropertyPage
{