From 6cd9f24e01c7ecbb7ad47137677590d1d4ae2f04 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 24 三月 2025 08:44:06 +0800
Subject: [PATCH] 1.将CPanel修改为CGlass

---
 SourceCode/Bond/Servo/CGlass.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SourceCode/Bond/Servo/CPanel.h b/SourceCode/Bond/Servo/CGlass.h
similarity index 80%
rename from SourceCode/Bond/Servo/CPanel.h
rename to SourceCode/Bond/Servo/CGlass.h
index bc9c51a..fc50ed5 100644
--- a/SourceCode/Bond/Servo/CPanel.h
+++ b/SourceCode/Bond/Servo/CGlass.h
@@ -4,11 +4,11 @@
 
 
 namespace SERVO {
-	class CPanel : public CContext
+	class CGlass : public CContext
 	{
 	public:
-		CPanel();
-		virtual ~CPanel();
+		CGlass();
+		virtual ~CGlass();
 
 	public:
 		virtual std::string& getClassName();

--
Gitblit v1.9.3