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/Windows/Control/Trackbar.h')
-rw-r--r--[-rwxr-xr-x]CPP/Windows/Control/Trackbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CPP/Windows/Control/Trackbar.h b/CPP/Windows/Control/Trackbar.h
index 42dc4e40..c6d31112 100755..100644
--- a/CPP/Windows/Control/Trackbar.h
+++ b/CPP/Windows/Control/Trackbar.h
@@ -3,13 +3,13 @@
#ifndef __WINDOWS_CONTROL_TRACKBAR_H
#define __WINDOWS_CONTROL_TRACKBAR_H
-#include "Windows/Window.h"
-#include "Windows/Defs.h"
+#include "../Window.h"
+#include "../Defs.h"
namespace NWindows {
namespace NControl {
-class CTrackbar: public CWindow
+class CTrackbar1: public CWindow
{
public:
void SetRange(int minimum, int maximum, bool redraw = true)