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/LCDCollection.h')
-rw-r--r--src/ui/LCDUI/LCDCollection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/LCDUI/LCDCollection.h b/src/ui/LCDUI/LCDCollection.h
index 0f4547222..45cc16791 100644
--- a/src/ui/LCDUI/LCDCollection.h
+++ b/src/ui/LCDUI/LCDCollection.h
@@ -3,14 +3,14 @@
// LCDCollection.h
//
// The CLCDCollection class is a generic collection of CLCDBase objects.
-//
+//
// Logitech LCD SDK
//
// Copyright 2005 Logitech Inc.
//************************************************************************
-#ifndef _LCDCOLLECTION_H_INCLUDED_
-#define _LCDCOLLECTION_H_INCLUDED_
+#ifndef _LCDCOLLECTION_H_INCLUDED_
+#define _LCDCOLLECTION_H_INCLUDED_
#include "LCDBase.h"
@@ -33,7 +33,7 @@ public:
virtual void ResetUpdate(void);
virtual void Show(BOOL bShow);
-
+
public:
virtual void OnDraw(CLCDGfx &rGfx);
virtual void OnUpdate(DWORD dwTimestamp);