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/LCDScrollingText.h')
-rw-r--r--src/ui/LCDUI/LCDScrollingText.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/LCDUI/LCDScrollingText.h b/src/ui/LCDUI/LCDScrollingText.h
index b66635806..8438c3952 100644
--- a/src/ui/LCDUI/LCDScrollingText.h
+++ b/src/ui/LCDUI/LCDScrollingText.h
@@ -3,14 +3,14 @@
// LCDScrollingText.h
//
// The CLCDScrollingText class draws scrolling text onto the LCD.
-//
+//
// Logitech LCD SDK
//
// Copyright 2005 Logitech Inc.
//************************************************************************
-#ifndef _LCDSCROLLINGTEXT_H_INCLUDED_
-#define _LCDSCROLLINGTEXT_H_INCLUDED_
+#ifndef _LCDSCROLLINGTEXT_H_INCLUDED_
+#define _LCDSCROLLINGTEXT_H_INCLUDED_
#include "LCDBase.h"
#include "LCDText.h"
@@ -24,7 +24,7 @@ public:
// CLCDBase
virtual HRESULT Initialize(void);
virtual void ResetUpdate(void);
-
+
// CLCDText
virtual void SetText(LPCTSTR szText);