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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/LCDUI/LCDManager.h')
-rw-r--r--src/ui/LCDUI/LCDManager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/LCDUI/LCDManager.h b/src/ui/LCDUI/LCDManager.h
index 822f034f4..c564b74da 100644
--- a/src/ui/LCDUI/LCDManager.h
+++ b/src/ui/LCDUI/LCDManager.h
@@ -4,14 +4,14 @@
//
// The CLCDManager class is the representation of a "Screen". LCD UI class
// objects are added here.
-//
+//
// Logitech LCD SDK
//
// Copyright 2005 Logitech Inc.
//************************************************************************
-#ifndef _LCDMANAGER_H_INCLUDED_
-#define _LCDMANAGER_H_INCLUDED_
+#ifndef _LCDMANAGER_H_INCLUDED_
+#define _LCDMANAGER_H_INCLUDED_
#include "LCDCollection.h"
@@ -36,7 +36,7 @@ public:
void SetExpiration(DWORD dwMilliseconds);
virtual BOOL HasExpired(void);
-
+
private:
CLCDGfx m_Gfx;